#CC62DD

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

Shades of Medium Orchid #CC62DD

Tints of Medium Orchid #CC62DD

Color information

#CC62DD (or 0xCC62DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 62 and DD. RGB value is (204,98,221). Sum of RGB (Red+Green+Blue) = 204+98+221=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62DD is #339D22. Grayscale: #8F8F8F. Windows color (decimal): -3382563 or 14508748. OLE color: 14508748.

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

Color convert

RGB20498221-
CMYK0.080.5600.13
HSL291.71º64.4%62.55%-
HSV(B)291.71º55.66%86.67%-
XYZ42.3226.7971.35-
YUV143.72171.62171-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 98 (38.67% from 255) = 18.74%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=39.01%
G=18.74%
B=42.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204982210.080.5600.13291.7164.462.55
HexCC62DD8380D124403f
Octal314142335107001544410077
Binary110011001100010110111011000111000011011001001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62DD; }

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

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

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

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

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

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

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

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