#CC71D0

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

Shades of Orchid #CC71D0

Tints of Orchid #CC71D0

Color information

#CC71D0 (or 0xCC71D0) is unknown color: approx Orchid. HEX triplet: CC, 71 and D0. RGB value is (204,113,208). Sum of RGB (Red+Green+Blue) = 204+113+208=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71D0 is #338E2F. Grayscale: #969696. Windows color (decimal): -3378736 or 13660620. OLE color: 13660620.

HSL color Cylindrical-coordinate representation of color #CC71D0: hue angle of 297.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC71D0 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204113208-
CMYK0.020.4600.18
HSL297.47º50.26%62.94%-
HSV(B)297.47º45.67%81.57%-
XYZ42.1929.263.09-
YUV151.04160.15165.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=38.86%
G=21.52%
B=39.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041132080.020.4600.18297.4750.2662.94
HexCC71D022E012129323f
Octal3141613202560224516277
Binary1100110011100011101000010101110010010100101001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71D0; }

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

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

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

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

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

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

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

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