#CC5DEC

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

Shades of Medium Orchid #CC5DEC

Tints of Medium Orchid #CC5DEC

Color information

#CC5DEC (or 0xCC5DEC) is unknown color: approx Medium Orchid. HEX triplet: CC, 5D and EC. RGB value is (204,93,236). Sum of RGB (Red+Green+Blue) = 204+93+236=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DEC is #33A213. Grayscale: #8E8E8E. Windows color (decimal): -3383828 or 15490508. OLE color: 15490508.

HSL color Cylindrical-coordinate representation of color #CC5DEC: hue angle of 286.57º degrees, saturation: 0.79, 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 #CC5DEC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20493236-
CMYK0.140.6100.07
HSL286.57º79.01%64.51%-
HSV(B)286.57º60.59%92.55%-
XYZ43.9626.7282.2-
YUV142.49180.77171.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 93 (36.72% from 255) = 17.45%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=38.27%
G=17.45%
B=44.28%

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
Decimal204932360.140.6100.07286.5779.0164.51
HexCC5DECE3D0711f4f41
Octal314135354167507437117101
Binary110011001011101111011001110111101011110001111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DEC; }

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

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

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

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

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

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

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

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