Html Css Color HEX #DD77DC Orchid

📋 copy color: '#DD77DC'

red 221 ◦ green 119 ◦ blue 220

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

Shades of Orchid #DD77DC

Tints of Orchid #DD77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 39.46%
G = 21.25%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD77DC (or 0xDD77DC) is known color: Orchid. HEX triplet: DD, 77 and DC. RGB value is (221,119,220). Sum of RGB (Red+Green+Blue) = 221+119+220=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77DC is #228823. Grayscale: #A0A0A0. Windows color (decimal): -2263076 or 14448605. OLE color: 14448605.

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

Color convert

RGB 221 119 220 -
CMYK 0 0.46 0.00 0.13
HSL 300.59º 0.6% 0.67% -
HSV(B) 300.59º 0.46% 0.87% -
XYZ 49.33 33.73 71.62 -
YUV 161.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 221 119 220 0 0.46 0.00 0.13 300.59 0.6 0.67
Hex DD 77 DC 0 2E 0 D 12D 3C 43
Octal 335 167 334 0 56 0 15 455 74 103
Binary 11011101 1110111 11011100 0 101110 0 1101 100101101 111100 1000011

Color Harmonies of #DD77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77DC

Black with #DD77DC

Text Example


Text Example

White with #DD77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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