#CC71C9

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

Shades of Orchid #CC71C9

Tints of Orchid #CC71C9

Color information

#CC71C9 (or 0xCC71C9) is unknown color: approx Orchid. HEX triplet: CC, 71 and C9. RGB value is (204,113,201). Sum of RGB (Red+Green+Blue) = 204+113+201=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71C9 is #338E36. Grayscale: #959595. Windows color (decimal): -3378743 or 13201868. OLE color: 13201868.

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

Color convert

RGB204113201-
CMYK00.450.010.2
HSL301.98º47.15%62.16%-
HSV(B)301.98º44.61%80%-
XYZ41.3528.8658.65-
YUV150.24156.65166.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=39.38%
G=21.81%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411320100.450.010.2301.9847.1562.16
HexCC71C902D11412e2f3e
Octal3141613110551244565776
Binary110011001110001110010010101101110100100101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71C9; }

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

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

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

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

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

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

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

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