Html Css Color HEX #DE83DD Orchid

📋 copy color: '#DE83DD'

red 222 ◦ green 131 ◦ blue 221

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

Shades of Orchid #DE83DD

Tints of Orchid #DE83DD

RGB

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

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

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

R = 38.68%
G = 22.82%
B = 38.5%

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

#DE83DD (or 0xDE83DD) is known color: Orchid. HEX triplet: DE, 83 and DD. RGB value is (222,131,221). Sum of RGB (Red+Green+Blue) = 222+131+221=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83DD is #217C22. Grayscale: #A8A8A8. Windows color (decimal): -2194467 or 14517214. OLE color: 14517214.

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

Color convert

RGB 222 131 221 -
CMYK 0 0.41 0.00 0.13
HSL 300.66º 0.58% 0.69% -
HSV(B) 300.66º 0.41% 0.87% -
XYZ 51.29 36.98 72.84 -
YUV 168.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 222 131 221 0 0.41 0.00 0.13 300.66 0.58 0.69
Hex DE 83 DD 0 29 0 D 12D 3A 45
Octal 336 203 335 0 51 0 15 455 72 105
Binary 11011110 10000011 11011101 0 101001 0 1101 100101101 111010 1000101

Color Harmonies of #DE83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83DD

Black with #DE83DD

Text Example


Text Example

White with #DE83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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