Html Css Color HEX #DE81C8 Orchid

📋 copy color: '#DE81C8'

red 222 ◦ green 129 ◦ blue 200

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

Shades of Orchid #DE81C8

Tints of Orchid #DE81C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 40.29%
G = 23.41%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE81C8 (or 0xDE81C8) is known color: Orchid. HEX triplet: DE, 81 and C8. RGB value is (222,129,200). Sum of RGB (Red+Green+Blue) = 222+129+200=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81C8 is #217E37. Grayscale: #A4A4A4. Windows color (decimal): -2195000 or 13140446. OLE color: 13140446.

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

Color convert

RGB 222 129 200 -
CMYK 0 0.42 0.10 0.13
HSL 314.19º 0.58% 0.69% -
HSV(B) 314.19º 0.42% 0.87% -
XYZ 48.4 35.4 58.93 -
YUV 164.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 222 129 200 0 0.42 0.10 0.13 314.19 0.58 0.69
Hex DE 81 C8 0 2A A D 13A 3A 45
Octal 336 201 310 0 52 12 15 472 72 105
Binary 11011110 10000001 11001000 0 101010 1010 1101 100111010 111010 1000101

Color Harmonies of #DE81C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81C8

Black with #DE81C8

Text Example


Text Example

White with #DE81C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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