#CC71BF

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

Shades of Orchid #CC71BF

Tints of Orchid #CC71BF

Color information

#CC71BF (or 0xCC71BF) is unknown color: approx Orchid. HEX triplet: CC, 71 and BF. RGB value is (204,113,191). Sum of RGB (Red+Green+Blue) = 204+113+191=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71BF is #338E40. Grayscale: #949494. Windows color (decimal): -3378753 or 12546508. OLE color: 12546508.

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

Color convert

RGB204113191-
CMYK00.450.060.2
HSL308.57º47.15%62.16%-
HSV(B)308.57º44.61%80%-
XYZ40.2128.4152.65-
YUV149.1151.65167.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 191 (75% from 255) = 37.60%
R=40.16%
G=22.24%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411319100.450.060.2308.5747.1562.16
HexCC71BF02D6141352f3e
Octal3141612770556244655776
Binary11001100111000110111111010110111010100100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71BF; }

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

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

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

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

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

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

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

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