Html Css Color HEX #DE81DD Orchid

📋 copy color: '#DE81DD'

red 222 ◦ green 129 ◦ blue 221

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

Shades of Orchid #DE81DD

Tints of Orchid #DE81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 38.81%
G = 22.55%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE81DD (or 0xDE81DD) is known color: Orchid. HEX triplet: DE, 81 and DD. RGB value is (222,129,221). Sum of RGB (Red+Green+Blue) = 222+129+221=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81DD is #217E22. Grayscale: #A7A7A7. Windows color (decimal): -2194979 or 14516702. OLE color: 14516702.

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

Color convert

RGB 222 129 221 -
CMYK 0 0.42 0.00 0.13
HSL 300.65º 0.58% 0.69% -
HSV(B) 300.65º 0.42% 0.87% -
XYZ 51.03 36.45 72.75 -
YUV 167.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 222 129 221 0 0.42 0.00 0.13 300.65 0.58 0.69
Hex DE 81 DD 0 2A 0 D 12D 3A 45
Octal 336 201 335 0 52 0 15 455 72 105
Binary 11011110 10000001 11011101 0 101010 0 1101 100101101 111010 1000101

Color Harmonies of #DE81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81DD

Black with #DE81DD

Text Example


Text Example

White with #DE81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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