#CC5DEA

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

Shades of Medium Orchid #CC5DEA

Tints of Medium Orchid #CC5DEA

Color information

#CC5DEA (or 0xCC5DEA) is unknown color: approx Medium Orchid. HEX triplet: CC, 5D and EA. RGB value is (204,93,234). Sum of RGB (Red+Green+Blue) = 204+93+234=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DEA is #33A215. Grayscale: #8D8D8D. Windows color (decimal): -3383830 or 15359436. OLE color: 15359436.

HSL color Cylindrical-coordinate representation of color #CC5DEA: hue angle of 287.23º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5DEA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20493234-
CMYK0.130.6000.08
HSL287.23º77.05%64.12%-
HSV(B)287.23º60.26%91.76%-
XYZ43.6726.6180.68-
YUV142.26179.77172.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=38.42%
G=17.51%
B=44.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204932340.130.6000.08287.2377.0564.12
HexCC5DEAD3C0811f4d40
Octal3141353521574010437115100
Binary1100110010111011110101011011111000100010001111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DEA; }

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

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

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

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

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

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

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

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