Html Css Color HEX #DD77C3 Orchid

📋 copy color: '#DD77C3'

red 221 ◦ green 119 ◦ blue 195

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

Shades of Orchid #DD77C3

Tints of Orchid #DD77C3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.24%

 BLUE value IS 195 (76.56% from 255) = 36.45%

R = 41.31%
G = 22.24%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD77C3 (or 0xDD77C3) is known color: Orchid. HEX triplet: DD, 77 and C3. RGB value is (221,119,195). Sum of RGB (Red+Green+Blue) = 221+119+195=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77C3 is #22883C. Grayscale: #9D9D9D. Windows color (decimal): -2263101 or 12810205. OLE color: 12810205.

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

Color convert

RGB 221 119 195 -
CMYK 0 0.46 0.12 0.13
HSL 315.29º 0.6% 0.67% -
HSV(B) 315.29º 0.46% 0.87% -
XYZ 46.27 32.51 55.47 -
YUV 158.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 221 119 195 0 0.46 0.12 0.13 315.29 0.6 0.67
Hex DD 77 C3 0 2E C D 13B 3C 43
Octal 335 167 303 0 56 14 15 473 74 103
Binary 11011101 1110111 11000011 0 101110 1100 1101 100111011 111100 1000011

Color Harmonies of #DD77C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77C3

Black with #DD77C3

Text Example


Text Example

White with #DD77C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77C3; }

 p { color: rgb(221,119,195); }

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

background-color css

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

 a { background-color: rgb(221,119,195); }

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

border-color css

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

 span { border-color: rgb(221,119,195); }

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