Html Css Color HEX #DE73C5 Orchid

📋 copy color: '#DE73C5'

red 222 ◦ green 115 ◦ blue 197

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

Shades of Orchid #DE73C5

Tints of Orchid #DE73C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.89%

R = 41.57%
G = 21.54%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE73C5 (or 0xDE73C5) is known color: Orchid. HEX triplet: DE, 73 and C5. RGB value is (222,115,197). Sum of RGB (Red+Green+Blue) = 222+115+197=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73C5 is #218C3A. Grayscale: #9C9C9C. Windows color (decimal): -2198587 or 12940254. OLE color: 12940254.

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

Color convert

RGB 222 115 197 -
CMYK 0 0.48 0.11 0.13
HSL 314.02º 0.62% 0.66% -
HSV(B) 314.02º 0.48% 0.87% -
XYZ 46.33 31.82 56.52 -
YUV 156.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 222 115 197 0 0.48 0.11 0.13 314.02 0.62 0.66
Hex DE 73 C5 0 30 B D 13A 3E 42
Octal 336 163 305 0 60 13 15 472 76 102
Binary 11011110 1110011 11000101 0 110000 1011 1101 100111010 111110 1000010

Color Harmonies of #DE73C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73C5

Black with #DE73C5

Text Example


Text Example

White with #DE73C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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