#de6bd5

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

Shades of Orchid #DE6BD5

Tints of Orchid #DE6BD5

Color information

#DE6BD5 (or 0xDE6BD5) is unknown color: approx Orchid. HEX triplet: DE, 6B and D5. RGB value is (222,107,213). Sum of RGB (Red+Green+Blue) = 222+107+213=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BD5 is #21942A. Grayscale: #999999. Windows color (decimal): -2200619 or 13986782. OLE color: 13986782.

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

Color convert

RGB222107213-
CMYK00.520.040.13
HSL304.7º63.54%64.51%-
HSV(B)304.7º51.8%87.06%-
XYZ47.3930.8566.41-
YUV153.47161.6176.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 107 (42.19% from 255) = 19.74%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=40.96%
G=19.74%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210721300.520.040.13304.763.5464.51
HexDE6BD50344D1314041
Octal336153325064415461100101
Binary110111101101011110101010110100100110110011000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6bd5; }

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

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

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

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

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

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

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

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