Html Css Color HEX #DE73C7 Orchid

📋 copy color: '#DE73C7'

red 222 ◦ green 115 ◦ blue 199

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

Shades of Orchid #DE73C7

Tints of Orchid #DE73C7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.46%

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 41.42%
G = 21.46%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE73C7 (or 0xDE73C7) is known color: Orchid. HEX triplet: DE, 73 and C7. RGB value is (222,115,199). Sum of RGB (Red+Green+Blue) = 222+115+199=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73C7 is #218C38. Grayscale: #9C9C9C. Windows color (decimal): -2198585 or 13071326. OLE color: 13071326.

HSL color Cylindrical-coordinate representation of color #DE73C7: hue angle of 312.9º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE73C7 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 115 199 -
CMYK 0 0.48 0.10 0.13
HSL 312.9º 0.62% 0.66% -
HSV(B) 312.9º 0.48% 0.87% -
XYZ 46.56 31.91 57.74 -
YUV 156.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 222 115 199 0 0.48 0.10 0.13 312.9 0.62 0.66
Hex DE 73 C7 0 30 A D 139 3E 42
Octal 336 163 307 0 60 12 15 471 76 102
Binary 11011110 1110011 11000111 0 110000 1010 1101 100111001 111110 1000010

Color Harmonies of #DE73C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73C7

Black with #DE73C7

Text Example


Text Example

White with #DE73C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73C7; }

 p { color: rgb(222,115,199); }

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

background-color css

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

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

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

border-color css

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

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

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