Html Css Color HEX #DD76C7 Orchid

📋 copy color: '#DD76C7'

red 221 ◦ green 118 ◦ blue 199

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

Shades of Orchid #DD76C7

Tints of Orchid #DD76C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 41.08%
G = 21.93%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD76C7 (or 0xDD76C7) is known color: Orchid. HEX triplet: DD, 76 and C7. RGB value is (221,118,199). Sum of RGB (Red+Green+Blue) = 221+118+199=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76C7 is #228938. Grayscale: #9D9D9D. Windows color (decimal): -2263353 or 13072093. OLE color: 13072093.

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

Color convert

RGB 221 118 199 -
CMYK 0 0.47 0.10 0.13
HSL 312.82º 0.6% 0.66% -
HSV(B) 312.82º 0.47% 0.87% -
XYZ 46.61 32.45 57.84 -
YUV 158.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 221 118 199 0 0.47 0.10 0.13 312.82 0.6 0.66
Hex DD 76 C7 0 2F A D 139 3C 42
Octal 335 166 307 0 57 12 15 471 74 102
Binary 11011101 1110110 11000111 0 101111 1010 1101 100111001 111100 1000010

Color Harmonies of #DD76C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76C7

Black with #DD76C7

Text Example


Text Example

White with #DD76C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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