Html Css Color HEX #DE81CE Orchid

📋 copy color: '#DE81CE'

red 222 ◦ green 129 ◦ blue 206

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

Shades of Orchid #DE81CE

Tints of Orchid #DE81CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 39.86%
G = 23.16%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE81CE (or 0xDE81CE) is known color: Orchid. HEX triplet: DE, 81 and CE. RGB value is (222,129,206). Sum of RGB (Red+Green+Blue) = 222+129+206=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81CE is #217E31. Grayscale: #A5A5A5. Windows color (decimal): -2194994 or 13533662. OLE color: 13533662.

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

Color convert

RGB 222 129 206 -
CMYK 0 0.42 0.07 0.13
HSL 310.32º 0.58% 0.69% -
HSV(B) 310.32º 0.42% 0.87% -
XYZ 49.12 35.69 62.69 -
YUV 165.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 222 129 206 0 0.42 0.07 0.13 310.32 0.58 0.69
Hex DE 81 CE 0 2A 7 D 136 3A 45
Octal 336 201 316 0 52 7 15 466 72 105
Binary 11011110 10000001 11001110 0 101010 111 1101 100110110 111010 1000101

Color Harmonies of #DE81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE81CE

Black with #DE81CE

Text Example


Text Example

White with #DE81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE81CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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