#CC71BB

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

Shades of Orchid #CC71BB

Tints of Orchid #CC71BB

Color information

#CC71BB (or 0xCC71BB) is unknown color: approx Orchid. HEX triplet: CC, 71 and BB. RGB value is (204,113,187). Sum of RGB (Red+Green+Blue) = 204+113+187=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71BB is #338E44. Grayscale: #949494. Windows color (decimal): -3378757 or 12284364. OLE color: 12284364.

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

Color convert

RGB204113187-
CMYK00.450.080.2
HSL311.21º47.15%62.16%-
HSV(B)311.21º44.61%80%-
XYZ39.7828.2450.37-
YUV148.65149.65167.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=40.48%
G=22.42%
B=37.10%

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
Decimal20411318700.450.080.2311.2147.1562.16
HexCC71BB02D8141372f3e
Octal31416127305510244675776
Binary110011001110001101110110101101100010100100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71BB; }

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

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

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

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

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

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

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

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