#CD72B9

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

Shades of Orchid #CD72B9

Tints of Orchid #CD72B9

Color information

#CD72B9 (or 0xCD72B9) is unknown color: approx Orchid. HEX triplet: CD, 72 and B9. RGB value is (205,114,185). Sum of RGB (Red+Green+Blue) = 205+114+185=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD72B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72B9 is #328D46. Grayscale: #959595. Windows color (decimal): -3312967 or 12153549. OLE color: 12153549.

HSL color Cylindrical-coordinate representation of color #CD72B9: hue angle of 313.19º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD72B9 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205114185-
CMYK00.440.100.20
HSL313.19º47.64%62.55%-
HSV(B)313.19º44.39%80.39%-
XYZ39.9528.5249.3-
YUV149.3148.15167.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=40.67%
G=22.62%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511418500.440.100.20313.1947.6462.55
HexCD72B902CA14139303f
Octal31516227105412244716077
Binary110011011110010101110010101100101010100100111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72B9; }

 p { color: rgb(205,114,185); }

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

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

 a { background-color: rgb(205,114,185); }

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

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

 span { border-color: rgb(205,114,185); }

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