Html Css Color HEX #DE77DD Orchid

📋 copy color: '#DE77DD'

red 222 ◦ green 119 ◦ blue 221

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

Shades of Orchid #DE77DD

Tints of Orchid #DE77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 39.5%
G = 21.17%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE77DD (or 0xDE77DD) is known color: Orchid. HEX triplet: DE, 77 and DD. RGB value is (222,119,221). Sum of RGB (Red+Green+Blue) = 222+119+221=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77DD is #218822. Grayscale: #A1A1A1. Windows color (decimal): -2197539 or 14514142. OLE color: 14514142.

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

Color convert

RGB 222 119 221 -
CMYK 0 0.46 0.00 0.13
HSL 300.58º 0.61% 0.67% -
HSV(B) 300.58º 0.46% 0.87% -
XYZ 49.77 33.94 72.34 -
YUV 161.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 222 119 221 0 0.46 0.00 0.13 300.58 0.61 0.67
Hex DE 77 DD 0 2E 0 D 12D 3D 43
Octal 336 167 335 0 56 0 15 455 75 103
Binary 11011110 1110111 11011101 0 101110 0 1101 100101101 111101 1000011

Color Harmonies of #DE77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77DD

Black with #DE77DD

Text Example


Text Example

White with #DE77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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