Html Css Color HEX #DE80DD Orchid

📋 copy color: '#DE80DD'

red 222 ◦ green 128 ◦ blue 221

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

Shades of Orchid #DE80DD

Tints of Orchid #DE80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.42%

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

R = 38.88%
G = 22.42%
B = 38.7%

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

#DE80DD (or 0xDE80DD) is known color: Orchid. HEX triplet: DE, 80 and DD. RGB value is (222,128,221). Sum of RGB (Red+Green+Blue) = 222+128+221=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80DD is #217F22. Grayscale: #A6A6A6. Windows color (decimal): -2195235 or 14516446. OLE color: 14516446.

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

Color convert

RGB 222 128 221 -
CMYK 0 0.42 0.00 0.13
HSL 300.64º 0.59% 0.69% -
HSV(B) 300.64º 0.42% 0.87% -
XYZ 50.89 36.19 72.71 -
YUV 166.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 222 128 221 0 0.42 0.00 0.13 300.64 0.59 0.69
Hex DE 80 DD 0 2A 0 D 12D 3B 45
Octal 336 200 335 0 52 0 15 455 73 105
Binary 11011110 10000000 11011101 0 101010 0 1101 100101101 111011 1000101

Color Harmonies of #DE80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE80DD

Black with #DE80DD

Text Example


Text Example

White with #DE80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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