#CC70D1

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

Shades of Orchid #CC70D1

Tints of Orchid #CC70D1

Color information

#CC70D1 (or 0xCC70D1) is unknown color: approx Orchid. HEX triplet: CC, 70 and D1. RGB value is (204,112,209). Sum of RGB (Red+Green+Blue) = 204+112+209=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC70D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70D1 is #338F2E. Grayscale: #969696. Windows color (decimal): -3378991 or 13725900. OLE color: 13725900.

HSL color Cylindrical-coordinate representation of color #CC70D1: hue angle of 296.91º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC70D1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204112209-
CMYK0.020.4600.18
HSL296.91º51.32%62.94%-
HSV(B)296.91º46.41%81.96%-
XYZ42.229.0363.7-
YUV150.57160.98166.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 112 (44.14% from 255) = 21.33%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=38.86%
G=21.33%
B=39.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041122090.020.4600.18296.9151.3262.94
HexCC70D122E012129333f
Octal3141603212560224516377
Binary1100110011100001101000110101110010010100101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70D1; }

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

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

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

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

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

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

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

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