#D372CB

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

Shades of Orchid #D372CB

Tints of Orchid #D372CB

Color information

#D372CB (or 0xD372CB) is unknown color: approx Orchid. HEX triplet: D3, 72 and CB. RGB value is (211,114,203). Sum of RGB (Red+Green+Blue) = 211+114+203=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D372CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372CB is #2C8D34. Grayscale: #989898. Windows color (decimal): -2919733 or 13333203. OLE color: 13333203.

HSL color Cylindrical-coordinate representation of color #D372CB: hue angle of 304.95º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D372CB is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211114203-
CMYK00.460.040.17
HSL304.95º52.43%63.73%-
HSV(B)304.95º45.97%82.75%-
XYZ43.6630.260.03-
YUV153.15156.14169.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 114 (44.92% from 255) = 21.59%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=39.96%
G=21.59%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111420300.460.040.17304.9552.4363.73
HexD372CB02E4111313440
Octal32316231305642146164100
Binary110100111110010110010110101110100100011001100011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D372CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D372CB; }

 p { color: rgb(211,114,203); }

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

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

 a { background-color: rgb(211,114,203); }

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

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

 span { border-color: rgb(211,114,203); }

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