#CC5DED

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

Shades of Medium Orchid #CC5DED

Tints of Medium Orchid #CC5DED

Color information

#CC5DED (or 0xCC5DED) is unknown color: approx Medium Orchid. HEX triplet: CC, 5D and ED. RGB value is (204,93,237). Sum of RGB (Red+Green+Blue) = 204+93+237=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DED is #33A212. Grayscale: #8E8E8E. Windows color (decimal): -3383827 or 15556044. OLE color: 15556044.

HSL color Cylindrical-coordinate representation of color #CC5DED: hue angle of 286.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5DED is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20493237-
CMYK0.140.6100.07
HSL286.25º80%64.71%-
HSV(B)286.25º60.76%92.94%-
XYZ44.126.7882.97-
YUV142.6181.27171.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=38.20%
G=17.42%
B=44.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204932370.140.6100.07286.258064.71
HexCC5DEDE3D0711e5041
Octal314135355167507436120101
Binary110011001011101111011011110111101011110001111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DED; }

 p { color: rgb(204,93,237); }

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

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

 a { background-color: rgb(204,93,237); }

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

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

 span { border-color: rgb(204,93,237); }

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