#DE6BE0

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

Shades of Orchid #DE6BE0

Tints of Orchid #DE6BE0

Color information

#DE6BE0 (or 0xDE6BE0) is unknown color: approx Orchid. HEX triplet: DE, 6B and E0. RGB value is (222,107,224). Sum of RGB (Red+Green+Blue) = 222+107+224=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BE0 is #21941F. Grayscale: #9A9A9A. Windows color (decimal): -2200608 or 14707678. OLE color: 14707678.

HSL color Cylindrical-coordinate representation of color #DE6BE0: hue angle of 298.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6BE0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222107224-
CMYK0.010.5200.12
HSL298.97º65.36%64.9%-
HSV(B)298.97º52.23%87.84%-
XYZ48.8431.4374.01-
YUV154.72167.1175.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 107 (42.19% from 255) = 19.35%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=40.14%
G=19.35%
B=40.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221072240.010.5200.12298.9765.3664.9
HexDE6BE01340C12b4141
Octal336153340164014453101101
Binary1101111011010111110000011101000110010010101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BE0; }

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

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

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

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

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

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

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

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