#CC4BD9

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

Shades of Medium Orchid #CC4BD9

Tints of Medium Orchid #CC4BD9

Color information

#CC4BD9 (or 0xCC4BD9) is unknown color: approx Medium Orchid. HEX triplet: CC, 4B and D9. RGB value is (204,75,217). Sum of RGB (Red+Green+Blue) = 204+75+217=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC4BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BD9 is #33B426. Grayscale: #818181. Windows color (decimal): -3388455 or 14240716. OLE color: 14240716.

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

Color convert

RGB20475217-
CMYK0.060.6500.15
HSL294.51º65.14%57.25%-
HSV(B)294.51º65.44%85.1%-
XYZ39.9422.8867.96-
YUV129.76177.24180.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 75 (29.69% from 255) = 15.12%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=41.13%
G=15.12%
B=43.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204752170.060.6500.15294.5165.1457.25
HexCC4BD96410F1274139
Octal314113331610101744710171
Binary110011001001011110110011101000001011111001001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4BD9; }

 p { color: rgb(204,75,217); }

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

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

 a { background-color: rgb(204,75,217); }

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

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

 span { border-color: rgb(204,75,217); }

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