Html Css Color HEX #DE82DD Orchid

📋 copy color: '#DE82DD'

red 222 ◦ green 130 ◦ blue 221

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

Shades of Orchid #DE82DD

Tints of Orchid #DE82DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

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

R = 38.74%
G = 22.69%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE82DD (or 0xDE82DD) is known color: Orchid. HEX triplet: DE, 82 and DD. RGB value is (222,130,221). Sum of RGB (Red+Green+Blue) = 222+130+221=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82DD is #217D22. Grayscale: #A7A7A7. Windows color (decimal): -2194723 or 14516958. OLE color: 14516958.

HSL color Cylindrical-coordinate representation of color #DE82DD: 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.41%. Process color model (Four color, CMYK) of #DE82DD is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 130 221 -
CMYK 0 0.41 0.00 0.13
HSL 300.65º 0.58% 0.69% -
HSV(B) 300.65º 0.41% 0.87% -
XYZ 51.16 36.72 72.8 -
YUV 167.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 222 130 221 0 0.41 0.00 0.13 300.65 0.58 0.69
Hex DE 82 DD 0 29 0 D 12D 3A 45
Octal 336 202 335 0 51 0 15 455 72 105
Binary 11011110 10000010 11011101 0 101001 0 1101 100101101 111010 1000101

Color Harmonies of #DE82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82DD

Black with #DE82DD

Text Example


Text Example

White with #DE82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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