#CC60DD

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

Shades of Medium Orchid #CC60DD

Tints of Medium Orchid #CC60DD

Color information

#CC60DD (or 0xCC60DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 60 and DD. RGB value is (204,96,221). Sum of RGB (Red+Green+Blue) = 204+96+221=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60DD is #339F22. Grayscale: #8E8E8E. Windows color (decimal): -3383075 or 14508236. OLE color: 14508236.

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

Color convert

RGB20496221-
CMYK0.080.5700.13
HSL291.84º64.77%62.16%-
HSV(B)291.84º56.56%86.67%-
XYZ42.1426.4271.29-
YUV142.54172.28171.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 96 (37.89% from 255) = 18.43%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=39.16%
G=18.43%
B=42.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204962210.080.5700.13291.8464.7762.16
HexCC60DD8390D124413e
Octal314140335107101544410176
Binary110011001100000110111011000111001011011001001001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60DD; }

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

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

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

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

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

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

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

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