Html Css Color HEX #DE70E9 Orchid

📋 copy color: '#DE70E9'

red 222 ◦ green 112 ◦ blue 233

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

Shades of Orchid #DE70E9

Tints of Orchid #DE70E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 39.15%
G = 19.75%
B = 41.09%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DE70E9 (or 0xDE70E9) is known color: Orchid. HEX triplet: DE, 70 and E9. RGB value is (222,112,233). Sum of RGB (Red+Green+Blue) = 222+112+233=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70E9 is #218F16. Grayscale: #9E9E9E. Windows color (decimal): -2199319 or 15298782. OLE color: 15298782.

HSL color Cylindrical-coordinate representation of color #DE70E9: hue angle of 294.55º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE70E9 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 112 233 -
CMYK 0.05 0.52 0 0.09
HSL 294.55º 0.73% 0.68% -
HSV(B) 294.55º 0.52% 0.91% -
XYZ 50.63 33 80.79 -
YUV 158.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 222 112 233 0.05 0.52 0 0.09 294.55 0.73 0.68
Hex DE 70 E9 5 34 0 9 127 49 44
Octal 336 160 351 5 64 0 11 447 111 104
Binary 11011110 1110000 11101001 101 110100 0 1001 100100111 1001001 1000100

Color Harmonies of #DE70E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70E9

Black with #DE70E9

Text Example


Text Example

White with #DE70E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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