Html Css Color HEX #DE81DB Orchid

📋 copy color: '#DE81DB'

red 222 ◦ green 129 ◦ blue 219

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

Shades of Orchid #DE81DB

Tints of Orchid #DE81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.63%

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 38.95%
G = 22.63%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE81DB (or 0xDE81DB) is known color: Orchid. HEX triplet: DE, 81 and DB. RGB value is (222,129,219). Sum of RGB (Red+Green+Blue) = 222+129+219=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81DB is #217E24. Grayscale: #A6A6A6. Windows color (decimal): -2194981 or 14385630. OLE color: 14385630.

HSL color Cylindrical-coordinate representation of color #DE81DB: hue angle of 301.94º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE81DB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 129 219 -
CMYK 0 0.42 0.01 0.13
HSL 301.94º 0.58% 0.69% -
HSV(B) 301.94º 0.42% 0.87% -
XYZ 50.76 36.34 71.36 -
YUV 167.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 222 129 219 0 0.42 0.01 0.13 301.94 0.58 0.69
Hex DE 81 DB 0 2A 1 D 12E 3A 45
Octal 336 201 333 0 52 1 15 456 72 105
Binary 11011110 10000001 11011011 0 101010 1 1101 100101110 111010 1000101

Color Harmonies of #DE81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81DB

Black with #DE81DB

Text Example


Text Example

White with #DE81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81DB; }

 p { color: rgb(222,129,219); }

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

background-color css

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

 a { background-color: rgb(222,129,219); }

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

border-color css

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

 span { border-color: rgb(222,129,219); }

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