Html Css Color HEX #DE73C8 Orchid

📋 copy color: '#DE73C8'

red 222 ◦ green 115 ◦ blue 200

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

Shades of Orchid #DE73C8

Tints of Orchid #DE73C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.24%

R = 41.34%
G = 21.42%
B = 37.24%

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

#DE73C8 (or 0xDE73C8) is known color: Orchid. HEX triplet: DE, 73 and C8. RGB value is (222,115,200). Sum of RGB (Red+Green+Blue) = 222+115+200=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73C8 is #218C37. Grayscale: #9C9C9C. Windows color (decimal): -2198584 or 13136862. OLE color: 13136862.

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

Color convert

RGB 222 115 200 -
CMYK 0 0.48 0.10 0.13
HSL 312.34º 0.62% 0.66% -
HSV(B) 312.34º 0.48% 0.87% -
XYZ 46.68 31.96 58.35 -
YUV 156.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 222 115 200 0 0.48 0.10 0.13 312.34 0.62 0.66
Hex DE 73 C8 0 30 A D 138 3E 42
Octal 336 163 310 0 60 12 15 470 76 102
Binary 11011110 1110011 11001000 0 110000 1010 1101 100111000 111110 1000010

Color Harmonies of #DE73C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73C8

Black with #DE73C8

Text Example


Text Example

White with #DE73C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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