Html Css Color HEX #DD77E5 Orchid

📋 copy color: '#DD77E5'

red 221 ◦ green 119 ◦ blue 229

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

Shades of Orchid #DD77E5

Tints of Orchid #DD77E5

RGB

 RED value IS 221 (86.72% from 255) = 38.84%

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

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

R = 38.84%
G = 20.91%
B = 40.25%

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

#DD77E5 (or 0xDD77E5) is known color: Orchid. HEX triplet: DD, 77 and E5. RGB value is (221,119,229). Sum of RGB (Red+Green+Blue) = 221+119+229=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77E5 is #22881A. Grayscale: #A1A1A1. Windows color (decimal): -2263067 or 15038429. OLE color: 15038429.

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

Color convert

RGB 221 119 229 -
CMYK 0.03 0.48 0 0.10
HSL 295.64º 0.68% 0.68% -
HSV(B) 295.64º 0.48% 0.9% -
XYZ 50.56 34.22 78.07 -
YUV 162.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 221 119 229 0.03 0.48 0 0.10 295.64 0.68 0.68
Hex DD 77 E5 3 30 0 A 128 44 44
Octal 335 167 345 3 60 0 12 450 104 104
Binary 11011101 1110111 11100101 11 110000 0 1010 100101000 1000100 1000100

Color Harmonies of #DD77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77E5

Black with #DD77E5

Text Example


Text Example

White with #DD77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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