#CC71CB

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

Shades of Orchid #CC71CB

Tints of Orchid #CC71CB

Color information

#CC71CB (or 0xCC71CB) is unknown color: approx Orchid. HEX triplet: CC, 71 and CB. RGB value is (204,113,203). Sum of RGB (Red+Green+Blue) = 204+113+203=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71CB is #338E34. Grayscale: #969696. Windows color (decimal): -3378741 or 13332940. OLE color: 13332940.

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

Color convert

RGB204113203-
CMYK00.450.000.2
HSL300.66º47.15%62.16%-
HSV(B)300.66º44.61%80%-
XYZ41.5928.9659.9-
YUV150.47157.65166.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=39.23%
G=21.73%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411320300.450.000.2300.6647.1562.16
HexCC71CB02D01412d2f3e
Octal3141613130550244555776
Binary110011001110001110010110101101010100100101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71CB; }

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

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

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

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

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

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

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

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