Html Css Color HEX #DE77E4 Orchid

📋 copy color: '#DE77E4'

red 222 ◦ green 119 ◦ blue 228

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

Shades of Orchid #DE77E4

Tints of Orchid #DE77E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.07%

R = 39.02%
G = 20.91%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DE77E4 (or 0xDE77E4) is known color: Orchid. HEX triplet: DE, 77 and E4. RGB value is (222,119,228). Sum of RGB (Red+Green+Blue) = 222+119+228=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77E4 is #21881B. Grayscale: #A1A1A1. Windows color (decimal): -2197532 or 14972894. OLE color: 14972894.

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

Color convert

RGB 222 119 228 -
CMYK 0.03 0.48 0 0.11
HSL 296.7º 0.67% 0.68% -
HSV(B) 296.7º 0.48% 0.89% -
XYZ 50.72 34.32 77.35 -
YUV 162.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 222 119 228 0.03 0.48 0 0.11 296.7 0.67 0.68
Hex DE 77 E4 3 30 0 B 129 43 44
Octal 336 167 344 3 60 0 13 451 103 104
Binary 11011110 1110111 11100100 11 110000 0 1011 100101001 1000011 1000100

Color Harmonies of #DE77E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77E4

Black with #DE77E4

Text Example


Text Example

White with #DE77E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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