#CD71BB

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

Shades of Orchid #CD71BB

Tints of Orchid #CD71BB

Color information

#CD71BB (or 0xCD71BB) is unknown color: approx Orchid. HEX triplet: CD, 71 and BB. RGB value is (205,113,187). Sum of RGB (Red+Green+Blue) = 205+113+187=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71BB is #328E44. Grayscale: #949494. Windows color (decimal): -3313221 or 12284365. OLE color: 12284365.

HSL color Cylindrical-coordinate representation of color #CD71BB: hue angle of 311.74º degrees, saturation: 0.48, 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 #CD71BB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205113187-
CMYK00.450.090.20
HSL311.74º47.92%62.35%-
HSV(B)311.74º44.88%80.39%-
XYZ40.0528.3850.38-
YUV148.94149.48167.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=40.59%
G=22.38%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511318700.450.090.20311.7447.9262.35
HexCD71BB02D914138303e
Octal31516127305511244706076
Binary110011011110001101110110101101100110100100111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD71BB; }

 p { color: rgb(205,113,187); }

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

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

 a { background-color: rgb(205,113,187); }

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

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

 span { border-color: rgb(205,113,187); }

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