Html Css Color HEX #DE83D3 Orchid

📋 copy color: '#DE83D3'

red 222 ◦ green 131 ◦ blue 211

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

Shades of Orchid #DE83D3

Tints of Orchid #DE83D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 39.36%
G = 23.23%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE83D3 (or 0xDE83D3) is known color: Orchid. HEX triplet: DE, 83 and D3. RGB value is (222,131,211). Sum of RGB (Red+Green+Blue) = 222+131+211=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83D3 is #217C2C. Grayscale: #A7A7A7. Windows color (decimal): -2194477 or 13861854. OLE color: 13861854.

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

Color convert

RGB 222 131 211 -
CMYK 0 0.41 0.05 0.13
HSL 307.25º 0.58% 0.69% -
HSV(B) 307.25º 0.41% 0.87% -
XYZ 50 36.47 66.03 -
YUV 167.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 222 131 211 0 0.41 0.05 0.13 307.25 0.58 0.69
Hex DE 83 D3 0 29 5 D 133 3A 45
Octal 336 203 323 0 51 5 15 463 72 105
Binary 11011110 10000011 11010011 0 101001 101 1101 100110011 111010 1000101

Color Harmonies of #DE83D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83D3

Black with #DE83D3

Text Example


Text Example

White with #DE83D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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