Html Css Color HEX #DE77E5 Orchid

📋 copy color: '#DE77E5'

red 222 ◦ green 119 ◦ blue 229

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

Shades of Orchid #DE77E5

Tints of Orchid #DE77E5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.88%

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

R = 38.95%
G = 20.88%
B = 40.18%

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

#DE77E5 (or 0xDE77E5) is known color: Orchid. HEX triplet: DE, 77 and E5. RGB value is (222,119,229). Sum of RGB (Red+Green+Blue) = 222+119+229=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77E5 is #21881A. Grayscale: #A2A2A2. Windows color (decimal): -2197531 or 15038430. OLE color: 15038430.

HSL color Cylindrical-coordinate representation of color #DE77E5: hue angle of 296.18º 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 #DE77E5 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 119 229 -
CMYK 0.03 0.48 0 0.10
HSL 296.18º 0.68% 0.68% -
HSV(B) 296.18º 0.48% 0.9% -
XYZ 50.86 34.38 78.08 -
YUV 162.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 222 119 229 0.03 0.48 0 0.10 296.18 0.68 0.68
Hex DE 77 E5 3 30 0 A 128 44 44
Octal 336 167 345 3 60 0 12 450 104 104
Binary 11011110 1110111 11100101 11 110000 0 1010 100101000 1000100 1000100

Color Harmonies of #DE77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77E5

Black with #DE77E5

Text Example


Text Example

White with #DE77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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