Html Css Color HEX #DE81D8 Orchid

📋 copy color: '#DE81D8'

red 222 ◦ green 129 ◦ blue 216

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

Shades of Orchid #DE81D8

Tints of Orchid #DE81D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 39.15%
G = 22.75%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE81D8 (or 0xDE81D8) is known color: Orchid. HEX triplet: DE, 81 and D8. RGB value is (222,129,216). Sum of RGB (Red+Green+Blue) = 222+129+216=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81D8 is #217E27. Grayscale: #A6A6A6. Windows color (decimal): -2194984 or 14189022. OLE color: 14189022.

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

Color convert

RGB 222 129 216 -
CMYK 0 0.42 0.03 0.13
HSL 303.87º 0.58% 0.69% -
HSV(B) 303.87º 0.42% 0.87% -
XYZ 50.37 36.19 69.3 -
YUV 166.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 222 129 216 0 0.42 0.03 0.13 303.87 0.58 0.69
Hex DE 81 D8 0 2A 3 D 130 3A 45
Octal 336 201 330 0 52 3 15 460 72 105
Binary 11011110 10000001 11011000 0 101010 11 1101 100110000 111010 1000101

Color Harmonies of #DE81D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81D8

Black with #DE81D8

Text Example


Text Example

White with #DE81D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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