Html Css Color HEX #DE70DD Orchid

📋 copy color: '#DE70DD'

red 222 ◦ green 112 ◦ blue 221

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

Shades of Orchid #DE70DD

Tints of Orchid #DE70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 40%
G = 20.18%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE70DD (or 0xDE70DD) is known color: Orchid. HEX triplet: DE, 70 and DD. RGB value is (222,112,221). Sum of RGB (Red+Green+Blue) = 222+112+221=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70DD is #218F22. Grayscale: #9C9C9C. Windows color (decimal): -2199331 or 14512350. OLE color: 14512350.

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

Color convert

RGB 222 112 221 -
CMYK 0 0.50 0.00 0.13
HSL 300.55º 0.63% 0.65% -
HSV(B) 300.55º 0.5% 0.87% -
XYZ 48.97 32.34 72.07 -
YUV 157.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 222 112 221 0 0.50 0.00 0.13 300.55 0.63 0.65
Hex DE 70 DD 0 32 0 D 12D 3E 41
Octal 336 160 335 0 62 0 15 455 76 101
Binary 11011110 1110000 11011101 0 110010 0 1101 100101101 111110 1000001

Color Harmonies of #DE70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70DD

Black with #DE70DD

Text Example


Text Example

White with #DE70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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