#CC70C2

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

Shades of Orchid #CC70C2

Tints of Orchid #CC70C2

Color information

#CC70C2 (or 0xCC70C2) is unknown color: approx Orchid. HEX triplet: CC, 70 and C2. RGB value is (204,112,194). Sum of RGB (Red+Green+Blue) = 204+112+194=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70C2 is #338F3D. Grayscale: #949494. Windows color (decimal): -3379006 or 12742860. OLE color: 12742860.

HSL color Cylindrical-coordinate representation of color #CC70C2: hue angle of 306.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC70C2 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204112194-
CMYK00.450.050.2
HSL306.52º47.42%61.96%-
HSV(B)306.52º45.1%80%-
XYZ40.4328.3254.37-
YUV148.86153.48167.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 21.96%
BLUE value IS 194 (76.17% from 255) = 38.04%
R=40%
G=21.96%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411219400.450.050.2306.5247.4261.96
HexCC70C202D5141332f3e
Octal3141603020555244635776
Binary11001100111000011000010010110110110100100110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70C2; }

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

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

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

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

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

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

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

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