Html Css Color HEX #DD80DC Orchid

📋 copy color: '#DD80DC'

red 221 ◦ green 128 ◦ blue 220

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

Shades of Orchid #DD80DC

Tints of Orchid #DD80DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.5%

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

R = 38.84%
G = 22.5%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD80DC (or 0xDD80DC) is known color: Orchid. HEX triplet: DD, 80 and DC. RGB value is (221,128,220). Sum of RGB (Red+Green+Blue) = 221+128+220=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80DC is #227F23. Grayscale: #A6A6A6. Windows color (decimal): -2260772 or 14450909. OLE color: 14450909.

HSL color Cylindrical-coordinate representation of color #DD80DC: hue angle of 300.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80DC is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 220 -
CMYK 0 0.42 0.00 0.13
HSL 300.65º 0.58% 0.68% -
HSV(B) 300.65º 0.42% 0.87% -
XYZ 50.46 35.98 72 -
YUV 166.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 221 128 220 0 0.42 0.00 0.13 300.65 0.58 0.68
Hex DD 80 DC 0 2A 0 D 12D 3A 44
Octal 335 200 334 0 52 0 15 455 72 104
Binary 11011101 10000000 11011100 0 101010 0 1101 100101101 111010 1000100

Color Harmonies of #DD80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80DC

Black with #DD80DC

Text Example


Text Example

White with #DD80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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