#CC46DD

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

Shades of Medium Orchid #CC46DD

Tints of Medium Orchid #CC46DD

Color information

#CC46DD (or 0xCC46DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 46 and DD. RGB value is (204,70,221). Sum of RGB (Red+Green+Blue) = 204+70+221=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46DD is #33B922. Grayscale: #7E7E7E. Windows color (decimal): -3389731 or 14501580. OLE color: 14501580.

HSL color Cylindrical-coordinate representation of color #CC46DD: hue angle of 293.25º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC46DD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20470221-
CMYK0.080.6800.13
HSL293.25º68.95%57.06%-
HSV(B)293.25º68.33%86.67%-
XYZ40.1422.4470.62-
YUV127.28180.89182.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 70 (27.73% from 255) = 14.14%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=41.21%
G=14.14%
B=44.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204702210.080.6800.13293.2568.9557.06
HexCC46DD8440D1254539
Octal3141063351010401544510571
Binary1100110010001101101110110001000100011011001001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC46DD; }

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

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

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

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

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

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

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

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