Html Css Color HEX #DE77C5 Orchid

📋 copy color: '#DE77C5'

red 222 ◦ green 119 ◦ blue 197

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

Shades of Orchid #DE77C5

Tints of Orchid #DE77C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.62%

R = 41.26%
G = 22.12%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE77C5 (or 0xDE77C5) is known color: Orchid. HEX triplet: DE, 77 and C5. RGB value is (222,119,197). Sum of RGB (Red+Green+Blue) = 222+119+197=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77C5 is #21883A. Grayscale: #9E9E9E. Windows color (decimal): -2197563 or 12941278. OLE color: 12941278.

HSL color Cylindrical-coordinate representation of color #DE77C5: hue angle of 314.56º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77C5 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 119 197 -
CMYK 0 0.46 0.11 0.13
HSL 314.56º 0.61% 0.67% -
HSV(B) 314.56º 0.46% 0.87% -
XYZ 46.8 32.75 56.68 -
YUV 158.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 222 119 197 0 0.46 0.11 0.13 314.56 0.61 0.67
Hex DE 77 C5 0 2E B D 13B 3D 43
Octal 336 167 305 0 56 13 15 473 75 103
Binary 11011110 1110111 11000101 0 101110 1011 1101 100111011 111101 1000011

Color Harmonies of #DE77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77C5

Black with #DE77C5

Text Example


Text Example

White with #DE77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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