Html Css Color HEX #DD77C5 Orchid

📋 copy color: '#DD77C5'

red 221 ◦ green 119 ◦ blue 197

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

Shades of Orchid #DD77C5

Tints of Orchid #DD77C5

RGB

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

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

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

R = 41.15%
G = 22.16%
B = 36.69%

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

#DD77C5 (or 0xDD77C5) is known color: Orchid. HEX triplet: DD, 77 and C5. RGB value is (221,119,197). Sum of RGB (Red+Green+Blue) = 221+119+197=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77C5 is #22883A. Grayscale: #9E9E9E. Windows color (decimal): -2263099 or 12941277. OLE color: 12941277.

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

Color convert

RGB 221 119 197 -
CMYK 0 0.46 0.11 0.13
HSL 314.12º 0.6% 0.67% -
HSV(B) 314.12º 0.46% 0.87% -
XYZ 46.49 32.6 56.66 -
YUV 158.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 221 119 197 0 0.46 0.11 0.13 314.12 0.6 0.67
Hex DD 77 C5 0 2E B D 13A 3C 43
Octal 335 167 305 0 56 13 15 472 74 103
Binary 11011101 1110111 11000101 0 101110 1011 1101 100111010 111100 1000011

Color Harmonies of #DD77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77C5

Black with #DD77C5

Text Example


Text Example

White with #DD77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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