Html Css Color HEX #DD76C5 Orchid

📋 copy color: '#DD76C5'

red 221 ◦ green 118 ◦ blue 197

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

Shades of Orchid #DD76C5

Tints of Orchid #DD76C5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.01%

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

R = 41.23%
G = 22.01%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD76C5 (or 0xDD76C5) is known color: Orchid. HEX triplet: DD, 76 and C5. RGB value is (221,118,197). Sum of RGB (Red+Green+Blue) = 221+118+197=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76C5 is #22893A. Grayscale: #9D9D9D. Windows color (decimal): -2263355 or 12941021. OLE color: 12941021.

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

Color convert

RGB 221 118 197 -
CMYK 0 0.47 0.11 0.13
HSL 313.98º 0.6% 0.66% -
HSV(B) 313.98º 0.47% 0.87% -
XYZ 46.38 32.36 56.63 -
YUV 157.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 221 118 197 0 0.47 0.11 0.13 313.98 0.6 0.66
Hex DD 76 C5 0 2F B D 13A 3C 42
Octal 335 166 305 0 57 13 15 472 74 102
Binary 11011101 1110110 11000101 0 101111 1011 1101 100111010 111100 1000010

Color Harmonies of #DD76C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76C5

Black with #DD76C5

Text Example


Text Example

White with #DD76C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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