#CC5ED6

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

Shades of Medium Orchid #CC5ED6

Tints of Medium Orchid #CC5ED6

Color information

#CC5ED6 (or 0xCC5ED6) is unknown color: approx Medium Orchid. HEX triplet: CC, 5E and D6. RGB value is (204,94,214). Sum of RGB (Red+Green+Blue) = 204+94+214=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC5ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ED6 is #33A129. Grayscale: #8C8C8C. Windows color (decimal): -3383594 or 14048972. OLE color: 14048972.

HSL color Cylindrical-coordinate representation of color #CC5ED6: hue angle of 295º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5ED6 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20494214-
CMYK0.050.5600.16
HSL295º59.41%60.39%-
HSV(B)295º56.07%83.92%-
XYZ41.0425.766.42-
YUV140.57169.44173.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 94 (37.11% from 255) = 18.36%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=39.84%
G=18.36%
B=41.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204942140.050.5600.1629559.4160.39
HexCC5ED65380101273b3c
Octal3141363265700204477374
Binary11001100101111011010110101111000010000100100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5ED6; }

 p { color: rgb(204,94,214); }

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

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

 a { background-color: rgb(204,94,214); }

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

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

 span { border-color: rgb(204,94,214); }

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