Html Css Color HEX #DE83C9 Orchid

📋 copy color: '#DE83C9'

red 222 ◦ green 131 ◦ blue 201

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

Shades of Orchid #DE83C9

Tints of Orchid #DE83C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 40.07%
G = 23.65%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE83C9 (or 0xDE83C9) is known color: Orchid. HEX triplet: DE, 83 and C9. RGB value is (222,131,201). Sum of RGB (Red+Green+Blue) = 222+131+201=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83C9 is #217C36. Grayscale: #A6A6A6. Windows color (decimal): -2194487 or 13206494. OLE color: 13206494.

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

Color convert

RGB 222 131 201 -
CMYK 0 0.41 0.09 0.13
HSL 313.85º 0.58% 0.69% -
HSV(B) 313.85º 0.41% 0.87% -
XYZ 48.78 35.98 59.63 -
YUV 166.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 222 131 201 0 0.41 0.09 0.13 313.85 0.58 0.69
Hex DE 83 C9 0 29 9 D 13A 3A 45
Octal 336 203 311 0 51 11 15 472 72 105
Binary 11011110 10000011 11001001 0 101001 1001 1101 100111010 111010 1000101

Color Harmonies of #DE83C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83C9

Black with #DE83C9

Text Example


Text Example

White with #DE83C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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