Html Css Color HEX #DD76CC Orchid

📋 copy color: '#DD76CC'

red 221 ◦ green 118 ◦ blue 204

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

Shades of Orchid #DD76CC

Tints of Orchid #DD76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 40.7%
G = 21.73%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD76CC (or 0xDD76CC) is known color: Orchid. HEX triplet: DD, 76 and CC. RGB value is (221,118,204). Sum of RGB (Red+Green+Blue) = 221+118+204=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76CC is #228933. Grayscale: #9E9E9E. Windows color (decimal): -2263348 or 13399773. OLE color: 13399773.

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

Color convert

RGB 221 118 204 -
CMYK 0 0.47 0.08 0.13
HSL 309.9º 0.6% 0.66% -
HSV(B) 309.9º 0.47% 0.87% -
XYZ 47.2 32.69 60.95 -
YUV 158.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 221 118 204 0 0.47 0.08 0.13 309.9 0.6 0.66
Hex DD 76 CC 0 2F 8 D 136 3C 42
Octal 335 166 314 0 57 10 15 466 74 102
Binary 11011101 1110110 11001100 0 101111 1000 1101 100110110 111100 1000010

Color Harmonies of #DD76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76CC

Black with #DD76CC

Text Example


Text Example

White with #DD76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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