#CC71BD

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

Shades of Orchid #CC71BD

Tints of Orchid #CC71BD

Color information

#CC71BD (or 0xCC71BD) is unknown color: approx Orchid. HEX triplet: CC, 71 and BD. RGB value is (204,113,189). Sum of RGB (Red+Green+Blue) = 204+113+189=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71BD is #338E42. Grayscale: #949494. Windows color (decimal): -3378755 or 12415436. OLE color: 12415436.

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

Color convert

RGB204113189-
CMYK00.450.070.2
HSL309.89º47.15%62.16%-
HSV(B)309.89º44.61%80%-
XYZ39.9928.3251.5-
YUV148.87150.65167.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=40.32%
G=22.33%
B=37.35%

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
Decimal20411318900.450.070.2309.8947.1562.16
HexCC71BD02D7141362f3e
Octal3141612750557244665776
Binary11001100111000110111101010110111110100100110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71BD; }

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

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

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

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

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

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

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

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