Html Css Color HEX #DE81DF Orchid

📋 copy color: '#DE81DF'

red 222 ◦ green 129 ◦ blue 223

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

Shades of Orchid #DE81DF

Tints of Orchid #DE81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 38.68%
G = 22.47%
B = 38.85%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE81DF (or 0xDE81DF) is known color: Orchid. HEX triplet: DE, 81 and DF. RGB value is (222,129,223). Sum of RGB (Red+Green+Blue) = 222+129+223=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81DF is #217E20. Grayscale: #A7A7A7. Windows color (decimal): -2194977 or 14647774. OLE color: 14647774.

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

Color convert

RGB 222 129 223 -
CMYK 0.00 0.42 0 0.13
HSL 299.36º 0.59% 0.69% -
HSV(B) 299.36º 0.42% 0.87% -
XYZ 51.29 36.56 74.16 -
YUV 167.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 222 129 223 0.00 0.42 0 0.13 299.36 0.59 0.69
Hex DE 81 DF 0 2A 0 D 12B 3B 45
Octal 336 201 337 0 52 0 15 453 73 105
Binary 11011110 10000001 11011111 0 101010 0 1101 100101011 111011 1000101

Color Harmonies of #DE81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81DF

Black with #DE81DF

Text Example


Text Example

White with #DE81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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