#CC62D5

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

Shades of Orchid #CC62D5

Tints of Orchid #CC62D5

Color information

#CC62D5 (or 0xCC62D5) is unknown color: approx Orchid. HEX triplet: CC, 62 and D5. RGB value is (204,98,213). Sum of RGB (Red+Green+Blue) = 204+98+213=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62D5 is #339D2A. Grayscale: #8E8E8E. Windows color (decimal): -3382571 or 13984460. OLE color: 13984460.

HSL color Cylindrical-coordinate representation of color #CC62D5: hue angle of 295.3º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC62D5 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20498213-
CMYK0.040.5400.16
HSL295.3º57.79%60.98%-
HSV(B)295.3º53.99%83.53%-
XYZ41.2826.3865.87-
YUV142.8167.62171.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=39.61%
G=19.03%
B=41.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204982130.040.5400.16295.357.7960.98
HexCC62D54360101273a3d
Octal3141423254660204477275
Binary11001100110001011010101100110110010000100100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62D5; }

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

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

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

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

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

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

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

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