#CC70BB

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

Shades of Orchid #CC70BB

Tints of Orchid #CC70BB

Color information

#CC70BB (or 0xCC70BB) is unknown color: approx Orchid. HEX triplet: CC, 70 and BB. RGB value is (204,112,187). Sum of RGB (Red+Green+Blue) = 204+112+187=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70BB is #338F44. Grayscale: #939393. Windows color (decimal): -3379013 or 12284108. OLE color: 12284108.

HSL color Cylindrical-coordinate representation of color #CC70BB: hue angle of 311.09º 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 #CC70BB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204112187-
CMYK00.450.080.2
HSL311.09º47.42%61.96%-
HSV(B)311.09º45.1%80%-
XYZ39.6728.0150.33-
YUV148.06149.98167.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=40.56%
G=22.27%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411218700.450.080.2311.0947.4261.96
HexCC70BB02D8141372f3e
Octal31416027305510244675776
Binary110011001110000101110110101101100010100100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70BB; }

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

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

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

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

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

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

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

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