Html Css Color HEX #DE83DE Orchid

📋 copy color: '#DE83DE'

red 222 ◦ green 131 ◦ blue 222

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

Shades of Orchid #DE83DE

Tints of Orchid #DE83DE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.78%

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

R = 38.61%
G = 22.78%
B = 38.61%

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

#DE83DE (or 0xDE83DE) is known color: Orchid. HEX triplet: DE, 83 and DE. RGB value is (222,131,222). Sum of RGB (Red+Green+Blue) = 222+131+222=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83DE is #217C21. Grayscale: #A8A8A8. Windows color (decimal): -2194466 or 14582750. OLE color: 14582750.

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

Color convert

RGB 222 131 222 -
CMYK 0 0.41 0 0.13
HSL 300º 0.58% 0.69% -
HSV(B) 300º 0.41% 0.87% -
XYZ 51.43 37.04 73.55 -
YUV 168.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 222 131 222 0 0.41 0 0.13 300 0.58 0.69
Hex DE 83 DE 0 29 0 D 12C 3A 45
Octal 336 203 336 0 51 0 15 454 72 105
Binary 11011110 10000011 11011110 0 101001 0 1101 100101100 111010 1000101

Color Harmonies of #DE83DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83DE

Black with #DE83DE

Text Example


Text Example

White with #DE83DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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