Html Css Color HEX #DD76CE Orchid

📋 copy color: '#DD76CE'

red 221 ◦ green 118 ◦ blue 206

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

Shades of Orchid #DD76CE

Tints of Orchid #DD76CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 40.55%
G = 21.65%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD76CE (or 0xDD76CE) is known color: Orchid. HEX triplet: DD, 76 and CE. RGB value is (221,118,206). Sum of RGB (Red+Green+Blue) = 221+118+206=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76CE is #228931. Grayscale: #9E9E9E. Windows color (decimal): -2263346 or 13530845. OLE color: 13530845.

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

Color convert

RGB 221 118 206 -
CMYK 0 0.47 0.07 0.13
HSL 308.74º 0.6% 0.66% -
HSV(B) 308.74º 0.47% 0.87% -
XYZ 47.44 32.79 62.22 -
YUV 158.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 221 118 206 0 0.47 0.07 0.13 308.74 0.6 0.66
Hex DD 76 CE 0 2F 7 D 135 3C 42
Octal 335 166 316 0 57 7 15 465 74 102
Binary 11011101 1110110 11001110 0 101111 111 1101 100110101 111100 1000010

Color Harmonies of #DD76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76CE

Black with #DD76CE

Text Example


Text Example

White with #DD76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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