#CD35F2

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

Shades of Medium Orchid #CD35F2

Tints of Medium Orchid #CD35F2

Color information

#CD35F2 (or 0xCD35F2) is unknown color: approx Medium Orchid. HEX triplet: CD, 35 and F2. RGB value is (205,53,242). Sum of RGB (Red+Green+Blue) = 205+53+242=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD35F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD35F2 is #32CA0D. Grayscale: #777777. Windows color (decimal): -3328526 or 15873485. OLE color: 15873485.

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

Color convert

RGB20553242-
CMYK0.150.7800.05
HSL288.25º87.91%57.84%-
HSV(B)288.25º78.1%94.9%-
XYZ42.4821.9486-
YUV119.99196.86188.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 53 (21.09% from 255) = 10.6%
BLUE value IS 242 (94.92% from 255) = 48.4%
R=41%
G=10.6%
B=48.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205532420.150.7800.05288.2587.9157.84
HexCD35F2F4E05120583a
Octal31565362171160544013072
Binary11001101110101111100101111100111001011001000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35F2; }

 p { color: rgb(205,53,242); }

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

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

 a { background-color: rgb(205,53,242); }

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

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

 span { border-color: rgb(205,53,242); }

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