#CC51DC

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

Shades of Medium Orchid #CC51DC

Tints of Medium Orchid #CC51DC

Color information

#CC51DC (or 0xCC51DC) is unknown color: approx Medium Orchid. HEX triplet: CC, 51 and DC. RGB value is (204,81,220). Sum of RGB (Red+Green+Blue) = 204+81+220=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51DC is #33AE23. Grayscale: #858585. Windows color (decimal): -3386916 or 14438860. OLE color: 14438860.

HSL color Cylindrical-coordinate representation of color #CC51DC: hue angle of 293.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC51DC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20481220-
CMYK0.070.6300.14
HSL293.09º66.51%59.02%-
HSV(B)293.09º63.18%86.27%-
XYZ40.7623.8970.17-
YUV133.62176.75178.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 81 (32.03% from 255) = 16.04%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=40.40%
G=16.04%
B=43.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204812200.070.6300.14293.0966.5159.02
HexCC51DC73F0E125433b
Octal31412133477701644510373
Binary11001100101000111011100111111111011101001001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51DC; }

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

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

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

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

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

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

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

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