#C533F3

Color #C533F3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C533F3

Tints of Medium Orchid #C533F3

Color information

#C533F3 (or 0xC533F3) is unknown color: approx Medium Orchid. HEX triplet: C5, 33 and F3. RGB value is (197,51,243). Sum of RGB (Red+Green+Blue) = 197+51+243=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #C533F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533F3 is #3ACC0C. Grayscale: #737373. Windows color (decimal): -3853325 or 15938501. OLE color: 15938501.

HSL color Cylindrical-coordinate representation of color #C533F3: hue angle of 285.62º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C533F3 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19751243-
CMYK0.190.7900.05
HSL285.62º88.89%57.65%-
HSV(B)285.62º79.01%95.29%-
XYZ40.3920.7186.66-
YUV116.54199.37185.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 51 (20.31% from 255) = 10.39%
BLUE value IS 243 (95.31% from 255) = 49.49%
R=40.12%
G=10.39%
B=49.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197512430.190.7900.05285.6288.8957.65
HexC533F3134F0511e593a
Octal30563363231170543613172
Binary110001011100111111001110011100111101011000111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C533F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C533F3; }

 p { color: rgb(197,51,243); }

 H1.HeaderClassName
 {
   color: #C533F3;
 }
 .AnyTagClassName
 {
   color: #C533F3;
 }
</style>
background-color css

<style>
 a { background-color: #C533F3; }

 a { background-color: rgb(197,51,243); }

 div.DivClassName
 {
   background-color: #C533F3;
 }
 .BgClassName
 {
   background-color: #C533F3;
 }
</style>
border-color css

<style>
 span { border-color: #C533F3; }

 span { border-color: rgb(197,51,243); }

 td.TdClassName
 {
   border-color: #C533F3;
 }
 .TagClassName
 {
   border-color: #C533F3;
 }
</style>