Html Css Color HEX #DF70E2 Orchid

📋 copy color: '#DF70E2'

red 223 ◦ green 112 ◦ blue 226

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

Shades of Orchid #DF70E2

Tints of Orchid #DF70E2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.96%

 BLUE value IS 226 (88.67% from 255) = 40.29%

R = 39.75%
G = 19.96%
B = 40.29%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF70E2 (or 0xDF70E2) is known color: Orchid. HEX triplet: DF, 70 and E2. RGB value is (223,112,226). Sum of RGB (Red+Green+Blue) = 223+112+226=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF70E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70E2 is #208F1D. Grayscale: #9D9D9D. Windows color (decimal): -2133790 or 14840031. OLE color: 14840031.

HSL color Cylindrical-coordinate representation of color #DF70E2: hue angle of 298.42º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF70E2 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 112 226 -
CMYK 0.01 0.50 0 0.11
HSL 298.42º 0.66% 0.66% -
HSV(B) 298.42º 0.5% 0.89% -
XYZ 49.95 32.77 75.64 -
YUV 158.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 223 112 226 0.01 0.50 0 0.11 298.42 0.66 0.66
Hex DF 70 E2 1 32 0 B 12A 42 42
Octal 337 160 342 1 62 0 13 452 102 102
Binary 11011111 1110000 11100010 1 110010 0 1011 100101010 1000010 1000010

Color Harmonies of #DF70E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70E2

Black with #DF70E2

Text Example


Text Example

White with #DF70E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70E2; }

 p { color: rgb(223,112,226); }

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

background-color css

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

 a { background-color: rgb(223,112,226); }

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

border-color css

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

 span { border-color: rgb(223,112,226); }

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