Html Css Color HEX #DE77D7 Orchid

📋 copy color: '#DE77D7'

red 222 ◦ green 119 ◦ blue 215

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

Shades of Orchid #DE77D7

Tints of Orchid #DE77D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 39.93%
G = 21.4%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE77D7 (or 0xDE77D7) is known color: Orchid. HEX triplet: DE, 77 and D7. RGB value is (222,119,215). Sum of RGB (Red+Green+Blue) = 222+119+215=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77D7 is #218828. Grayscale: #A0A0A0. Windows color (decimal): -2197545 or 14120926. OLE color: 14120926.

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

Color convert

RGB 222 119 215 -
CMYK 0 0.46 0.03 0.13
HSL 304.08º 0.61% 0.67% -
HSV(B) 304.08º 0.46% 0.87% -
XYZ 48.99 33.63 68.2 -
YUV 160.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 222 119 215 0 0.46 0.03 0.13 304.08 0.61 0.67
Hex DE 77 D7 0 2E 3 D 130 3D 43
Octal 336 167 327 0 56 3 15 460 75 103
Binary 11011110 1110111 11010111 0 101110 11 1101 100110000 111101 1000011

Color Harmonies of #DE77D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77D7

Black with #DE77D7

Text Example


Text Example

White with #DE77D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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