#CC4ADD

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

Shades of Medium Orchid #CC4ADD

Tints of Medium Orchid #CC4ADD

Color information

#CC4ADD (or 0xCC4ADD) is unknown color: approx Medium Orchid. HEX triplet: CC, 4A and DD. RGB value is (204,74,221). Sum of RGB (Red+Green+Blue) = 204+74+221=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ADD is #33B522. Grayscale: #818181. Windows color (decimal): -3388707 or 14502604. OLE color: 14502604.

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

Color convert

RGB20474221-
CMYK0.080.6700.13
HSL293.06º68.37%57.84%-
HSV(B)293.06º66.52%86.67%-
XYZ40.422.9670.71-
YUV129.63179.57181.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 74 (29.30% from 255) = 14.83%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=40.88%
G=14.83%
B=44.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204742210.080.6700.13293.0668.3757.84
HexCC4ADD8430D125443a
Octal3141123351010301544510472
Binary1100110010010101101110110001000011011011001001011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4ADD; }

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

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

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

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

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

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

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

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