Html Css Color HEX #DE70E4 Orchid

📋 copy color: '#DE70E4'

red 222 ◦ green 112 ◦ blue 228

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

Shades of Orchid #DE70E4

Tints of Orchid #DE70E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 39.5%
G = 19.93%
B = 40.57%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DE70E4 (or 0xDE70E4) is known color: Orchid. HEX triplet: DE, 70 and E4. RGB value is (222,112,228). Sum of RGB (Red+Green+Blue) = 222+112+228=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE70E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70E4 is #218F1B. Grayscale: #9D9D9D. Windows color (decimal): -2199324 or 14971102. OLE color: 14971102.

HSL color Cylindrical-coordinate representation of color #DE70E4: hue angle of 296.9º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE70E4 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 112 228 -
CMYK 0.03 0.51 0 0.11
HSL 296.9º 0.68% 0.67% -
HSV(B) 296.9º 0.51% 0.89% -
XYZ 49.92 32.72 77.08 -
YUV 158.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 222 112 228 0.03 0.51 0 0.11 296.9 0.68 0.67
Hex DE 70 E4 3 33 0 B 129 44 43
Octal 336 160 344 3 63 0 13 451 104 103
Binary 11011110 1110000 11100100 11 110011 0 1011 100101001 1000100 1000011

Color Harmonies of #DE70E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70E4

Black with #DE70E4

Text Example


Text Example

White with #DE70E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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