#DE6BD1

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

Shades of Orchid #DE6BD1

Tints of Orchid #DE6BD1

Color information

#DE6BD1 (or 0xDE6BD1) is unknown color: approx Orchid. HEX triplet: DE, 6B and D1. RGB value is (222,107,209). Sum of RGB (Red+Green+Blue) = 222+107+209=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BD1 is #21942E. Grayscale: #989898. Windows color (decimal): -2200623 or 13724638. OLE color: 13724638.

HSL color Cylindrical-coordinate representation of color #DE6BD1: hue angle of 306.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6BD1 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB222107209-
CMYK00.520.060.13
HSL306.78º63.54%64.51%-
HSV(B)306.78º51.8%87.06%-
XYZ46.8930.6563.77-
YUV153.01159.6177.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=41.26%
G=19.89%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210720900.520.060.13306.7863.5464.51
HexDE6BD10346D1334041
Octal336153321064615463100101
Binary110111101101011110100010110100110110110011001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BD1; }

 p { color: rgb(222,107,209); }

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

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

 a { background-color: rgb(222,107,209); }

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

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

 span { border-color: rgb(222,107,209); }

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