Html Css Color HEX #DE78E5 Orchid

📋 copy color: '#DE78E5'

red 222 ◦ green 120 ◦ blue 229

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

Shades of Orchid #DE78E5

Tints of Orchid #DE78E5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.02%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 38.88%
G = 21.02%
B = 40.11%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE78E5 (or 0xDE78E5) is known color: Orchid. HEX triplet: DE, 78 and E5. RGB value is (222,120,229). Sum of RGB (Red+Green+Blue) = 222+120+229=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78E5 is #21871A. Grayscale: #A2A2A2. Windows color (decimal): -2197275 or 15038686. OLE color: 15038686.

HSL color Cylindrical-coordinate representation of color #DE78E5: hue angle of 296.15º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE78E5 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 120 229 -
CMYK 0.03 0.48 0 0.10
HSL 296.15º 0.68% 0.68% -
HSV(B) 296.15º 0.48% 0.9% -
XYZ 50.98 34.62 78.12 -
YUV 162.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 222 120 229 0.03 0.48 0 0.10 296.15 0.68 0.68
Hex DE 78 E5 3 30 0 A 128 44 44
Octal 336 170 345 3 60 0 12 450 104 104
Binary 11011110 1111000 11100101 11 110000 0 1010 100101000 1000100 1000100

Color Harmonies of #DE78E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE78E5

Black with #DE78E5

Text Example


Text Example

White with #DE78E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE78E5; }

 p { color: rgb(222,120,229); }

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

background-color css

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

 a { background-color: rgb(222,120,229); }

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

border-color css

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

 span { border-color: rgb(222,120,229); }

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