Html Css Color HEX #DD80DE Orchid

📋 copy color: '#DD80DE'

red 221 ◦ green 128 ◦ blue 222

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

Shades of Orchid #DD80DE

Tints of Orchid #DD80DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 38.7%
G = 22.42%
B = 38.88%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD80DE (or 0xDD80DE) is known color: Orchid. HEX triplet: DD, 80 and DE. RGB value is (221,128,222). Sum of RGB (Red+Green+Blue) = 221+128+222=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80DE is #227F21. Grayscale: #A6A6A6. Windows color (decimal): -2260770 or 14581981. OLE color: 14581981.

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

Color convert

RGB 221 128 222 -
CMYK 0.00 0.42 0 0.13
HSL 299.36º 0.59% 0.69% -
HSV(B) 299.36º 0.42% 0.87% -
XYZ 50.72 36.08 73.4 -
YUV 166.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 221 128 222 0.00 0.42 0 0.13 299.36 0.59 0.69
Hex DD 80 DE 0 2A 0 D 12B 3B 45
Octal 335 200 336 0 52 0 15 453 73 105
Binary 11011101 10000000 11011110 0 101010 0 1101 100101011 111011 1000101

Color Harmonies of #DD80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80DE

Black with #DD80DE

Text Example


Text Example

White with #DD80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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