Html Css Color HEX #DF73C4 Orchid

📋 copy color: '#DF73C4'

red 223 ◦ green 115 ◦ blue 196

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

Shades of Orchid #DF73C4

Tints of Orchid #DF73C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 41.76%
G = 21.54%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF73C4 (or 0xDF73C4) is known color: Orchid. HEX triplet: DF, 73 and C4. RGB value is (223,115,196). Sum of RGB (Red+Green+Blue) = 223+115+196=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73C4 is #208C3B. Grayscale: #9C9C9C. Windows color (decimal): -2133052 or 12874719. OLE color: 12874719.

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

Color convert

RGB 223 115 196 -
CMYK 0 0.48 0.12 0.13
HSL 315º 0.63% 0.66% -
HSV(B) 315º 0.48% 0.87% -
XYZ 46.53 31.93 55.94 -
YUV 156.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 223 115 196 0 0.48 0.12 0.13 315 0.63 0.66
Hex DF 73 C4 0 30 C D 13B 3F 42
Octal 337 163 304 0 60 14 15 473 77 102
Binary 11011111 1110011 11000100 0 110000 1100 1101 100111011 111111 1000010

Color Harmonies of #DF73C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73C4

Black with #DF73C4

Text Example


Text Example

White with #DF73C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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