Html Css Color HEX #DE70DB Orchid

📋 copy color: '#DE70DB'

red 222 ◦ green 112 ◦ blue 219

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

Shades of Orchid #DE70DB

Tints of Orchid #DE70DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 40.14%
G = 20.25%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE70DB (or 0xDE70DB) is known color: Orchid. HEX triplet: DE, 70 and DB. RGB value is (222,112,219). Sum of RGB (Red+Green+Blue) = 222+112+219=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70DB is #218F24. Grayscale: #9C9C9C. Windows color (decimal): -2199333 or 14381278. OLE color: 14381278.

HSL color Cylindrical-coordinate representation of color #DE70DB: hue angle of 301.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE70DB is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 112 219 -
CMYK 0 0.50 0.01 0.13
HSL 301.64º 0.63% 0.65% -
HSV(B) 301.64º 0.5% 0.87% -
XYZ 48.7 32.23 70.67 -
YUV 157.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 222 112 219 0 0.50 0.01 0.13 301.64 0.63 0.65
Hex DE 70 DB 0 32 1 D 12E 3E 41
Octal 336 160 333 0 62 1 15 456 76 101
Binary 11011110 1110000 11011011 0 110010 1 1101 100101110 111110 1000001

Color Harmonies of #DE70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70DB

Black with #DE70DB

Text Example


Text Example

White with #DE70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70DB; }

 p { color: rgb(222,112,219); }

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

background-color css

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

 a { background-color: rgb(222,112,219); }

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

border-color css

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

 span { border-color: rgb(222,112,219); }

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