#DE7BE3

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

Shades of Orchid #DE7BE3

Tints of Orchid #DE7BE3

Color information

#DE7BE3 (or 0xDE7BE3) is unknown color: approx Orchid. HEX triplet: DE, 7B and E3. RGB value is (222,123,227). Sum of RGB (Red+Green+Blue) = 222+123+227=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #DE7BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BE3 is #21841C. Grayscale: #A4A4A4. Windows color (decimal): -2196509 or 14908382. OLE color: 14908382.

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

Color convert

RGB222123227-
CMYK0.020.4600.11
HSL297.12º65%68.63%-
HSV(B)297.12º45.81%89.02%-
XYZ51.0735.2476.78-
YUV164.46163.3169.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 123 (48.44% from 255) = 21.50%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=38.81%
G=21.50%
B=39.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221232270.020.4600.11297.126568.63
HexDE7BE322E0B1294145
Octal336173343256013451101105
Binary11011110111101111100011101011100101110010100110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7BE3; }

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

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

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

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

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

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

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

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