#DE6BDA

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

Shades of Orchid #DE6BDA

Tints of Orchid #DE6BDA

Color information

#DE6BDA (or 0xDE6BDA) is unknown color: approx Orchid. HEX triplet: DE, 6B and DA. RGB value is (222,107,218). Sum of RGB (Red+Green+Blue) = 222+107+218=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BDA is #219425. Grayscale: #999999. Windows color (decimal): -2200614 or 14314462. OLE color: 14314462.

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

Color convert

RGB222107218-
CMYK00.520.020.13
HSL302.09º63.54%64.51%-
HSV(B)302.09º51.8%87.06%-
XYZ48.0431.1169.8-
YUV154.04164.1176.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=40.59%
G=19.56%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210721800.520.020.13302.0963.5464.51
HexDE6BDA0342D12e4041
Octal336153332064215456100101
Binary11011110110101111011010011010010110110010111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BDA; }

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

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

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

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

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

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

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

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