#CC46DB

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

Shades of Medium Orchid #CC46DB

Tints of Medium Orchid #CC46DB

Color information

#CC46DB (or 0xCC46DB) is unknown color: approx Medium Orchid. HEX triplet: CC, 46 and DB. RGB value is (204,70,219). Sum of RGB (Red+Green+Blue) = 204+70+219=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46DB is #33B924. Grayscale: #7E7E7E. Windows color (decimal): -3389733 or 14370508. OLE color: 14370508.

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

Color convert

RGB20470219-
CMYK0.070.6800.14
HSL293.96º67.42%56.67%-
HSV(B)293.96º68.04%85.88%-
XYZ39.8822.3369.23-
YUV127.05179.89182.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 70 (27.73% from 255) = 14.20%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=41.38%
G=14.20%
B=44.42%

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
Decimal204702190.070.6800.14293.9667.4256.67
HexCC46DB7440E1264339
Octal314106333710401644610371
Binary110011001000110110110111111000100011101001001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46DB; }

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

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

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

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

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

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

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

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