#DE6BD2

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

Shades of Orchid #DE6BD2

Tints of Orchid #DE6BD2

Color information

#DE6BD2 (or 0xDE6BD2) is unknown color: approx Orchid. HEX triplet: DE, 6B and D2. RGB value is (222,107,210). Sum of RGB (Red+Green+Blue) = 222+107+210=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BD2 is #21942D. Grayscale: #989898. Windows color (decimal): -2200622 or 13790174. OLE color: 13790174.

HSL color Cylindrical-coordinate representation of color #DE6BD2: hue angle of 306.26º 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 #DE6BD2 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222107210-
CMYK00.520.050.13
HSL306.26º63.54%64.51%-
HSV(B)306.26º51.8%87.06%-
XYZ47.0130.764.42-
YUV153.13160.1177.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 107 (42.19% from 255) = 19.85%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=41.19%
G=19.85%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210721000.520.050.13306.2663.5464.51
HexDE6BD20345D1324041
Octal336153322064515462100101
Binary110111101101011110100100110100101110110011001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BD2; }

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

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

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

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

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

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

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

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