Html Css Color HEX #DD80D0 Orchid

📋 copy color: '#DD80D0'

red 221 ◦ green 128 ◦ blue 208

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

Shades of Orchid #DD80D0

Tints of Orchid #DD80D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 39.68%
G = 22.98%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD80D0 (or 0xDD80D0) is known color: Orchid. HEX triplet: DD, 80 and D0. RGB value is (221,128,208). Sum of RGB (Red+Green+Blue) = 221+128+208=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80D0 is #227F2F. Grayscale: #A4A4A4. Windows color (decimal): -2260784 or 13664477. OLE color: 13664477.

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

Color convert

RGB 221 128 208 -
CMYK 0 0.42 0.06 0.13
HSL 308.39º 0.58% 0.68% -
HSV(B) 308.39º 0.42% 0.87% -
XYZ 48.92 35.36 63.92 -
YUV 164.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 221 128 208 0 0.42 0.06 0.13 308.39 0.58 0.68
Hex DD 80 D0 0 2A 6 D 134 3A 44
Octal 335 200 320 0 52 6 15 464 72 104
Binary 11011101 10000000 11010000 0 101010 110 1101 100110100 111010 1000100

Color Harmonies of #DD80D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80D0

Black with #DD80D0

Text Example


Text Example

White with #DD80D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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