#CC4FDD

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

Shades of Medium Orchid #CC4FDD

Tints of Medium Orchid #CC4FDD

Color information

#CC4FDD (or 0xCC4FDD) is unknown color: approx Medium Orchid. HEX triplet: CC, 4F and DD. RGB value is (204,79,221). Sum of RGB (Red+Green+Blue) = 204+79+221=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FDD is #33B022. Grayscale: #848484. Windows color (decimal): -3387427 or 14503884. OLE color: 14503884.

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

Color convert

RGB20479221-
CMYK0.080.6400.13
HSL292.82º67.62%58.82%-
HSV(B)292.82º64.25%86.67%-
XYZ40.7523.6570.82-
YUV132.56177.91178.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 79 (31.25% from 255) = 15.67%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=40.48%
G=15.67%
B=43.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204792210.080.6400.13292.8267.6258.82
HexCC4FDD8400D125443b
Octal3141173351010001544510473
Binary1100110010011111101110110001000000011011001001011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FDD; }

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

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

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

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

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

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

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

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