Html Css Color HEX #DE74E8 Orchid

📋 copy color: '#DE74E8'

red 222 ◦ green 116 ◦ blue 232

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

Shades of Orchid #DE74E8

Tints of Orchid #DE74E8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.35%

 BLUE value IS 232 (91.02% from 255) = 40.7%

R = 38.95%
G = 20.35%
B = 40.7%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DE74E8 (or 0xDE74E8) is known color: Orchid. HEX triplet: DE, 74 and E8. RGB value is (222,116,232). Sum of RGB (Red+Green+Blue) = 222+116+232=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE74E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE74E8 is #218B17. Grayscale: #A0A0A0. Windows color (decimal): -2198296 or 15234270. OLE color: 15234270.

HSL color Cylindrical-coordinate representation of color #DE74E8: hue angle of 294.83º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE74E8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 116 232 -
CMYK 0.04 0.50 0 0.09
HSL 294.83º 0.72% 0.68% -
HSV(B) 294.83º 0.5% 0.91% -
XYZ 50.94 33.85 80.19 -
YUV 160.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 222 116 232 0.04 0.50 0 0.09 294.83 0.72 0.68
Hex DE 74 E8 4 32 0 9 127 48 44
Octal 336 164 350 4 62 0 11 447 110 104
Binary 11011110 1110100 11101000 100 110010 0 1001 100100111 1001000 1000100

Color Harmonies of #DE74E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE74E8

Black with #DE74E8

Text Example


Text Example

White with #DE74E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE74E8; }

 p { color: rgb(222,116,232); }

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

background-color css

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

 a { background-color: rgb(222,116,232); }

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

border-color css

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

 span { border-color: rgb(222,116,232); }

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