Html Css Color HEX #DE70EA Orchid

📋 copy color: '#DE70EA'

red 222 ◦ green 112 ◦ blue 234

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

Shades of Orchid #DE70EA

Tints of Orchid #DE70EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 39.08%
G = 19.72%
B = 41.2%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DE70EA (or 0xDE70EA) is known color: Orchid. HEX triplet: DE, 70 and EA. RGB value is (222,112,234). Sum of RGB (Red+Green+Blue) = 222+112+234=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70EA is #218F15. Grayscale: #9E9E9E. Windows color (decimal): -2199318 or 15364318. OLE color: 15364318.

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

Color convert

RGB 222 112 234 -
CMYK 0.05 0.52 0 0.08
HSL 294.1º 0.74% 0.68% -
HSV(B) 294.1º 0.52% 0.92% -
XYZ 50.77 33.06 81.55 -
YUV 158.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 222 112 234 0.05 0.52 0 0.08 294.1 0.74 0.68
Hex DE 70 EA 5 34 0 8 126 4A 44
Octal 336 160 352 5 64 0 10 446 112 104
Binary 11011110 1110000 11101010 101 110100 0 1000 100100110 1001010 1000100

Color Harmonies of #DE70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70EA

Black with #DE70EA

Text Example


Text Example

White with #DE70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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