Html Css Color HEX #DC80D1 Orchid

📋 copy color: '#DC80D1'

red 220 ◦ green 128 ◦ blue 209

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

Shades of Orchid #DC80D1

Tints of Orchid #DC80D1

RGB

 RED value IS 220 (86.33% from 255) = 39.5%

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

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 39.5%
G = 22.98%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC80D1 (or 0xDC80D1) is known color: Orchid. HEX triplet: DC, 80 and D1. RGB value is (220,128,209). Sum of RGB (Red+Green+Blue) = 220+128+209=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80D1 is #237F2E. Grayscale: #A4A4A4. Windows color (decimal): -2326319 or 13730012. OLE color: 13730012.

HSL color Cylindrical-coordinate representation of color #DC80D1: hue angle of 307.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80D1 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 209 -
CMYK 0 0.42 0.05 0.14
HSL 307.17º 0.57% 0.68% -
HSV(B) 307.17º 0.42% 0.86% -
XYZ 48.74 35.26 64.56 -
YUV 164.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 220 128 209 0 0.42 0.05 0.14 307.17 0.57 0.68
Hex DC 80 D1 0 2A 5 E 133 39 44
Octal 334 200 321 0 52 5 16 463 71 104
Binary 11011100 10000000 11010001 0 101010 101 1110 100110011 111001 1000100

Color Harmonies of #DC80D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80D1

Black with #DC80D1

Text Example


Text Example

White with #DC80D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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