#CC71C5

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

Shades of Orchid #CC71C5

Tints of Orchid #CC71C5

Color information

#CC71C5 (or 0xCC71C5) is unknown color: approx Orchid. HEX triplet: CC, 71 and C5. RGB value is (204,113,197). Sum of RGB (Red+Green+Blue) = 204+113+197=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71C5 is #338E3A. Grayscale: #959595. Windows color (decimal): -3378747 or 12939724. OLE color: 12939724.

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

Color convert

RGB204113197-
CMYK00.450.030.2
HSL304.62º47.15%62.16%-
HSV(B)304.62º44.61%80%-
XYZ40.8928.6856.2-
YUV149.78154.65166.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 197 (77.34% from 255) = 38.33%
R=39.69%
G=21.98%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411319700.450.030.2304.6247.1562.16
HexCC71C502D3141312f3e
Octal3141613050553244615776
Binary1100110011100011100010101011011110100100110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71C5; }

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

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

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

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

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

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

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

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