Html Css Color HEX #DE73C0 Orchid

📋 copy color: '#DE73C0'

red 222 ◦ green 115 ◦ blue 192

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

Shades of Orchid #DE73C0

Tints of Orchid #DE73C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 41.97%
G = 21.74%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE73C0 (or 0xDE73C0) is known color: Orchid. HEX triplet: DE, 73 and C0. RGB value is (222,115,192). Sum of RGB (Red+Green+Blue) = 222+115+192=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73C0 is #218C3F. Grayscale: #9B9B9B. Windows color (decimal): -2198592 or 12612574. OLE color: 12612574.

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

Color convert

RGB 222 115 192 -
CMYK 0 0.48 0.14 0.13
HSL 316.82º 0.62% 0.66% -
HSV(B) 316.82º 0.48% 0.87% -
XYZ 45.77 31.6 53.56 -
YUV 155.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 222 115 192 0 0.48 0.14 0.13 316.82 0.62 0.66
Hex DE 73 C0 0 30 E D 13D 3E 42
Octal 336 163 300 0 60 16 15 475 76 102
Binary 11011110 1110011 11000000 0 110000 1110 1101 100111101 111110 1000010

Color Harmonies of #DE73C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73C0

Black with #DE73C0

Text Example


Text Example

White with #DE73C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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