#de7bd9

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

Shades of Orchid #DE7BD9

Tints of Orchid #DE7BD9

Color information

#DE7BD9 (or 0xDE7BD9) is unknown color: approx Orchid. HEX triplet: DE, 7B and D9. RGB value is (222,123,217). Sum of RGB (Red+Green+Blue) = 222+123+217=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BD9 is #218426. Grayscale: #A3A3A3. Windows color (decimal): -2196519 or 14253022. OLE color: 14253022.

HSL color Cylindrical-coordinate representation of color #DE7BD9: hue angle of 303.03º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BD9 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222123217-
CMYK00.450.020.13
HSL303.03º60%67.65%-
HSV(B)303.03º44.59%87.06%-
XYZ49.7334.7169.72-
YUV163.32158.3169.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 123 (48.44% from 255) = 21.89%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=39.50%
G=21.89%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212321700.450.020.13303.036067.65
HexDE7BD902D2D12f3c44
Octal33617333105521545774104
Binary1101111011110111101100101011011011011001011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7bd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7bd9; }

 p { color: rgb(222,123,217); }

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

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

 a { background-color: rgb(222,123,217); }

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

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

 span { border-color: rgb(222,123,217); }

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