#CC70D9

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

Shades of Orchid #CC70D9

Tints of Orchid #CC70D9

Color information

#CC70D9 (or 0xCC70D9) is unknown color: approx Orchid. HEX triplet: CC, 70 and D9. RGB value is (204,112,217). Sum of RGB (Red+Green+Blue) = 204+112+217=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70D9 is #338F26. Grayscale: #979797. Windows color (decimal): -3378983 or 14250188. OLE color: 14250188.

HSL color Cylindrical-coordinate representation of color #CC70D9: hue angle of 292.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC70D9 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204112217-
CMYK0.060.4800.15
HSL292.57º58.01%64.51%-
HSV(B)292.57º48.39%85.1%-
XYZ43.2229.4469.05-
YUV151.48164.98165.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 112 (44.14% from 255) = 21.01%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=38.27%
G=21.01%
B=40.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041122170.060.4800.15292.5758.0164.51
HexCC70D96300F1253a41
Octal31416033166001744572101
Binary11001100111000011011001110110000011111001001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70D9; }

 p { color: rgb(204,112,217); }

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

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

 a { background-color: rgb(204,112,217); }

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

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

 span { border-color: rgb(204,112,217); }

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