#CC71BE

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

Shades of Orchid #CC71BE

Tints of Orchid #CC71BE

Color information

#CC71BE (or 0xCC71BE) is unknown color: approx Orchid. HEX triplet: CC, 71 and BE. RGB value is (204,113,190). Sum of RGB (Red+Green+Blue) = 204+113+190=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71BE is #338E41. Grayscale: #949494. Windows color (decimal): -3378754 or 12480972. OLE color: 12480972.

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

Color convert

RGB204113190-
CMYK00.450.070.2
HSL309.23º47.15%62.16%-
HSV(B)309.23º44.61%80%-
XYZ40.128.3752.08-
YUV148.99151.15167.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=40.24%
G=22.29%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411319000.450.070.2309.2347.1562.16
HexCC71BE02D7141352f3e
Octal3141612760557244655776
Binary11001100111000110111110010110111110100100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71BE; }

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

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

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

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

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

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

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

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