Html Css Color HEX #DE82DE Orchid

📋 copy color: '#DE82DE'

red 222 ◦ green 130 ◦ blue 222

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

Shades of Orchid #DE82DE

Tints of Orchid #DE82DE

RGB

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

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

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

R = 38.68%
G = 22.65%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE82DE (or 0xDE82DE) is known color: Orchid. HEX triplet: DE, 82 and DE. RGB value is (222,130,222). Sum of RGB (Red+Green+Blue) = 222+130+222=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82DE is #217D21. Grayscale: #A7A7A7. Windows color (decimal): -2194722 or 14582494. OLE color: 14582494.

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

Color convert

RGB 222 130 222 -
CMYK 0 0.41 0 0.13
HSL 300º 0.58% 0.69% -
HSV(B) 300º 0.41% 0.87% -
XYZ 51.29 36.77 73.5 -
YUV 168 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 222 130 222 0 0.41 0 0.13 300 0.58 0.69
Hex DE 82 DE 0 29 0 D 12C 3A 45
Octal 336 202 336 0 51 0 15 454 72 105
Binary 11011110 10000010 11011110 0 101001 0 1101 100101100 111010 1000101

Color Harmonies of #DE82DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82DE

Black with #DE82DE

Text Example


Text Example

White with #DE82DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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