#CC47DB

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

Shades of Medium Orchid #CC47DB

Tints of Medium Orchid #CC47DB

Color information

#CC47DB (or 0xCC47DB) is unknown color: approx Medium Orchid. HEX triplet: CC, 47 and DB. RGB value is (204,71,219). Sum of RGB (Red+Green+Blue) = 204+71+219=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47DB is #33B824. Grayscale: #7F7F7F. Windows color (decimal): -3389477 or 14370764. OLE color: 14370764.

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

Color convert

RGB20471219-
CMYK0.070.6800.14
HSL293.92º67.27%56.86%-
HSV(B)293.92º67.58%85.88%-
XYZ39.9422.4669.25-
YUV127.64179.56182.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 71 (28.12% from 255) = 14.37%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=41.30%
G=14.37%
B=44.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204712190.070.6800.14293.9267.2756.86
HexCC47DB7440E1264339
Octal314107333710401644610371
Binary110011001000111110110111111000100011101001001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47DB; }

 p { color: rgb(204,71,219); }

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

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

 a { background-color: rgb(204,71,219); }

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

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

 span { border-color: rgb(204,71,219); }

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