#CD72BF

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

Shades of Orchid #CD72BF

Tints of Orchid #CD72BF

Color information

#CD72BF (or 0xCD72BF) is unknown color: approx Orchid. HEX triplet: CD, 72 and BF. RGB value is (205,114,191). Sum of RGB (Red+Green+Blue) = 205+114+191=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD72BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72BF is #328D40. Grayscale: #959595. Windows color (decimal): -3312961 or 12546765. OLE color: 12546765.

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

Color convert

RGB205114191-
CMYK00.440.070.20
HSL309.23º47.64%62.55%-
HSV(B)309.23º44.39%80.39%-
XYZ40.628.7852.7-
YUV149.99151.15167.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 114 (44.92% from 255) = 22.35%
BLUE value IS 191 (75% from 255) = 37.45%
R=40.20%
G=22.35%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511419100.440.070.20309.2347.6462.55
HexCD72BF02C714135303f
Octal3151622770547244656077
Binary11001101111001010111111010110011110100100110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72BF; }

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

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

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

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

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

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

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

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