Html Css Color HEX #DE6ABB Orchid

📋 copy color: '#DE6ABB'

red 222 ◦ green 106 ◦ blue 187

#DE6ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DE6ABB

Tints of Orchid #DE6ABB

RGB

 RED value IS 222 (87.11% from 255) = 43.11%

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 43.11%
G = 20.58%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE6ABB (or 0xDE6ABB) is known color: Orchid. HEX triplet: DE, 6A and BB. RGB value is (222,106,187). Sum of RGB (Red+Green+Blue) = 222+106+187=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ABB is #219544. Grayscale: #959595. Windows color (decimal): -2200901 or 12282590. OLE color: 12282590.

HSL color Cylindrical-coordinate representation of color #DE6ABB: hue angle of 318.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 106 187 -
CMYK 0 0.52 0.16 0.13
HSL 318.1º 0.64% 0.64% -
HSV(B) 318.1º 0.52% 0.87% -
XYZ 44.25 29.43 50.36 -
YUV 149.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 222 106 187 0 0.52 0.16 0.13 318.1 0.64 0.64
Hex DE 6A BB 0 34 10 D 13E 40 40
Octal 336 152 273 0 64 20 15 476 100 100
Binary 11011110 1101010 10111011 0 110100 10000 1101 100111110 1000000 1000000

Color Harmonies of #DE6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ABB

Black with #DE6ABB

Text Example


Text Example

White with #DE6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ABB; }

 p { color: rgb(222,106,187); }

 H1.HeaderClassName
 {
   color: #DE6ABB;
 }
 .AnyTagClassName
 {
   color: #DE6ABB;
 }
</style>

background-color css

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

 a { background-color: rgb(222,106,187); }

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

border-color css

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

 span { border-color: rgb(222,106,187); }

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