Html Css Color HEX #DE81D3 Orchid

📋 copy color: '#DE81D3'

red 222 ◦ green 129 ◦ blue 211

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

Shades of Orchid #DE81D3

Tints of Orchid #DE81D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 39.5%
G = 22.95%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE81D3 (or 0xDE81D3) is known color: Orchid. HEX triplet: DE, 81 and D3. RGB value is (222,129,211). Sum of RGB (Red+Green+Blue) = 222+129+211=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81D3 is #217E2C. Grayscale: #A5A5A5. Windows color (decimal): -2194989 or 13861342. OLE color: 13861342.

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

Color convert

RGB 222 129 211 -
CMYK 0 0.42 0.05 0.13
HSL 307.1º 0.58% 0.69% -
HSV(B) 307.1º 0.42% 0.87% -
XYZ 49.73 35.93 65.94 -
YUV 166.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 222 129 211 0 0.42 0.05 0.13 307.1 0.58 0.69
Hex DE 81 D3 0 2A 5 D 133 3A 45
Octal 336 201 323 0 52 5 15 463 72 105
Binary 11011110 10000001 11010011 0 101010 101 1101 100110011 111010 1000101

Color Harmonies of #DE81D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81D3

Black with #DE81D3

Text Example


Text Example

White with #DE81D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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