Html Css Color HEX #DF73CA Orchid

📋 copy color: '#DF73CA'

red 223 ◦ green 115 ◦ blue 202

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

Shades of Orchid #DF73CA

Tints of Orchid #DF73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 41.3%
G = 21.3%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF73CA (or 0xDF73CA) is known color: Orchid. HEX triplet: DF, 73 and CA. RGB value is (223,115,202). Sum of RGB (Red+Green+Blue) = 223+115+202=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73CA is #208C35. Grayscale: #9C9C9C. Windows color (decimal): -2133046 or 13267935. OLE color: 13267935.

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

Color convert

RGB 223 115 202 -
CMYK 0 0.48 0.09 0.13
HSL 311.67º 0.63% 0.66% -
HSV(B) 311.67º 0.48% 0.87% -
XYZ 47.22 32.21 59.61 -
YUV 157.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 223 115 202 0 0.48 0.09 0.13 311.67 0.63 0.66
Hex DF 73 CA 0 30 9 D 138 3F 42
Octal 337 163 312 0 60 11 15 470 77 102
Binary 11011111 1110011 11001010 0 110000 1001 1101 100111000 111111 1000010

Color Harmonies of #DF73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73CA

Black with #DF73CA

Text Example


Text Example

White with #DF73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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