Html Css Color HEX #DF73C9 Orchid

📋 copy color: '#DF73C9'

red 223 ◦ green 115 ◦ blue 201

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

Shades of Orchid #DF73C9

Tints of Orchid #DF73C9

RGB

 RED value IS 223 (87.5% from 255) = 41.37%

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

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

R = 41.37%
G = 21.34%
B = 37.29%

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

#DF73C9 (or 0xDF73C9) is known color: Orchid. HEX triplet: DF, 73 and C9. RGB value is (223,115,201). Sum of RGB (Red+Green+Blue) = 223+115+201=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73C9 is #208C36. Grayscale: #9C9C9C. Windows color (decimal): -2133047 or 13202399. OLE color: 13202399.

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

Color convert

RGB 223 115 201 -
CMYK 0 0.48 0.10 0.13
HSL 312.22º 0.63% 0.66% -
HSV(B) 312.22º 0.48% 0.87% -
XYZ 47.1 32.17 58.98 -
YUV 157.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 223 115 201 0 0.48 0.10 0.13 312.22 0.63 0.66
Hex DF 73 C9 0 30 A D 138 3F 42
Octal 337 163 311 0 60 12 15 470 77 102
Binary 11011111 1110011 11001001 0 110000 1010 1101 100111000 111111 1000010

Color Harmonies of #DF73C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73C9

Black with #DF73C9

Text Example


Text Example

White with #DF73C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73C9; }

 p { color: rgb(223,115,201); }

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

background-color css

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

 a { background-color: rgb(223,115,201); }

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

border-color css

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

 span { border-color: rgb(223,115,201); }

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