#DE6BE4

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

Shades of Orchid #DE6BE4

Tints of Orchid #DE6BE4

Color information

#DE6BE4 (or 0xDE6BE4) is unknown color: approx Orchid. HEX triplet: DE, 6B and E4. RGB value is (222,107,228). Sum of RGB (Red+Green+Blue) = 222+107+228=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE6BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BE4 is #21941B. Grayscale: #9A9A9A. Windows color (decimal): -2200604 or 14969822. OLE color: 14969822.

HSL color Cylindrical-coordinate representation of color #DE6BE4: hue angle of 297.02º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6BE4 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222107228-
CMYK0.030.5300.11
HSL297.02º69.14%65.69%-
HSV(B)297.02º53.07%89.41%-
XYZ49.3931.6576.9-
YUV155.18169.1175.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 107 (42.19% from 255) = 19.21%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=39.86%
G=19.21%
B=40.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221072280.030.5300.11297.0269.1465.69
HexDE6BE43350B1294542
Octal336153344365013451105102
Binary11011110110101111100100111101010101110010100110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BE4; }

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

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

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

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

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

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

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

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