Html Css Color HEX #DE73DF Orchid

📋 copy color: '#DE73DF'

red 222 ◦ green 115 ◦ blue 223

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

Shades of Orchid #DE73DF

Tints of Orchid #DE73DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 39.64%
G = 20.54%
B = 39.82%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE73DF (or 0xDE73DF) is known color: Orchid. HEX triplet: DE, 73 and DF. RGB value is (222,115,223). Sum of RGB (Red+Green+Blue) = 222+115+223=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73DF is #218C20. Grayscale: #9E9E9E. Windows color (decimal): -2198561 or 14644190. OLE color: 14644190.

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

Color convert

RGB 222 115 223 -
CMYK 0.00 0.48 0 0.13
HSL 299.44º 0.63% 0.66% -
HSV(B) 299.44º 0.48% 0.87% -
XYZ 49.57 33.12 73.59 -
YUV 159.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 222 115 223 0.00 0.48 0 0.13 299.44 0.63 0.66
Hex DE 73 DF 0 30 0 D 12B 3F 42
Octal 336 163 337 0 60 0 15 453 77 102
Binary 11011110 1110011 11011111 0 110000 0 1101 100101011 111111 1000010

Color Harmonies of #DE73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE73DF

Black with #DE73DF

Text Example


Text Example

White with #DE73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE73DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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