Html Css Color HEX #DD76C4 Orchid

📋 copy color: '#DD76C4'

red 221 ◦ green 118 ◦ blue 196

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

Shades of Orchid #DD76C4

Tints of Orchid #DD76C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.64%

R = 41.31%
G = 22.06%
B = 36.64%

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

#DD76C4 (or 0xDD76C4) is known color: Orchid. HEX triplet: DD, 76 and C4. RGB value is (221,118,196). Sum of RGB (Red+Green+Blue) = 221+118+196=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76C4 is #22893B. Grayscale: #9D9D9D. Windows color (decimal): -2263356 or 12875485. OLE color: 12875485.

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

Color convert

RGB 221 118 196 -
CMYK 0 0.47 0.11 0.13
HSL 314.56º 0.6% 0.66% -
HSV(B) 314.56º 0.47% 0.87% -
XYZ 46.26 32.31 56.02 -
YUV 157.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 221 118 196 0 0.47 0.11 0.13 314.56 0.6 0.66
Hex DD 76 C4 0 2F B D 13B 3C 42
Octal 335 166 304 0 57 13 15 473 74 102
Binary 11011101 1110110 11000100 0 101111 1011 1101 100111011 111100 1000010

Color Harmonies of #DD76C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76C4

Black with #DD76C4

Text Example


Text Example

White with #DD76C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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