#CC51D8

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

Shades of Medium Orchid #CC51D8

Tints of Medium Orchid #CC51D8

Color information

#CC51D8 (or 0xCC51D8) is unknown color: approx Medium Orchid. HEX triplet: CC, 51 and D8. RGB value is (204,81,216). Sum of RGB (Red+Green+Blue) = 204+81+216=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC51D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51D8 is #33AE27. Grayscale: #848484. Windows color (decimal): -3386920 or 14176716. OLE color: 14176716.

HSL color Cylindrical-coordinate representation of color #CC51D8: hue angle of 294.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC51D8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20481216-
CMYK0.060.6200.15
HSL294.67º63.38%58.24%-
HSV(B)294.67º62.5%84.71%-
XYZ40.2423.6867.42-
YUV133.17174.75178.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 81 (32.03% from 255) = 16.17%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=40.72%
G=16.17%
B=43.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204812160.060.6200.15294.6763.3858.24
HexCC51D863E0F1273f3a
Octal3141213306760174477772
Binary1100110010100011101100011011111001111100100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51D8; }

 p { color: rgb(204,81,216); }

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

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

 a { background-color: rgb(204,81,216); }

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

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

 span { border-color: rgb(204,81,216); }

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