#de6bbd

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

Shades of Orchid #DE6BBD

Tints of Orchid #DE6BBD

Color information

#DE6BBD (or 0xDE6BBD) is unknown color: approx Orchid. HEX triplet: DE, 6B and BD. RGB value is (222,107,189). Sum of RGB (Red+Green+Blue) = 222+107+189=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BBD is #219442. Grayscale: #969696. Windows color (decimal): -2200643 or 12413918. OLE color: 12413918.

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

Color convert

RGB222107189-
CMYK00.520.150.13
HSL317.22º63.54%64.51%-
HSV(B)317.22º51.8%87.06%-
XYZ44.5729.7251.53-
YUV150.73149.6178.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 107 (42.19% from 255) = 20.66%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=42.86%
G=20.66%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210718900.520.150.13317.2263.5464.51
HexDE6BBD034FD13d4041
Octal3361532750641715475100101
Binary1101111011010111011110101101001111110110011110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6bbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6bbd; }

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

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

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

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

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

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

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

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