Html Css Color HEX #DF73E1 Orchid

📋 copy color: '#DF73E1'

red 223 ◦ green 115 ◦ blue 225

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

Shades of Orchid #DF73E1

Tints of Orchid #DF73E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 39.61%
G = 20.43%
B = 39.96%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF73E1 (or 0xDF73E1) is known color: Orchid. HEX triplet: DF, 73 and E1. RGB value is (223,115,225). Sum of RGB (Red+Green+Blue) = 223+115+225=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF73E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73E1 is #208C1E. Grayscale: #9F9F9F. Windows color (decimal): -2133023 or 14775263. OLE color: 14775263.

HSL color Cylindrical-coordinate representation of color #DF73E1: hue angle of 298.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF73E1 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 115 225 -
CMYK 0.01 0.49 0 0.12
HSL 298.91º 0.65% 0.67% -
HSV(B) 298.91º 0.49% 0.88% -
XYZ 50.15 33.39 75.03 -
YUV 159.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 223 115 225 0.01 0.49 0 0.12 298.91 0.65 0.67
Hex DF 73 E1 1 31 0 C 12B 41 43
Octal 337 163 341 1 61 0 14 453 101 103
Binary 11011111 1110011 11100001 1 110001 0 1100 100101011 1000001 1000011

Color Harmonies of #DF73E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF73E1

Black with #DF73E1

Text Example


Text Example

White with #DF73E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF73E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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