Html Css Color HEX #DC80DA Orchid

📋 copy color: '#DC80DA'

red 220 ◦ green 128 ◦ blue 218

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

Shades of Orchid #DC80DA

Tints of Orchid #DC80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 38.87%
G = 22.61%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC80DA (or 0xDC80DA) is known color: Orchid. HEX triplet: DC, 80 and DA. RGB value is (220,128,218). Sum of RGB (Red+Green+Blue) = 220+128+218=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DA is #237F25. Grayscale: #A5A5A5. Windows color (decimal): -2326310 or 14319836. OLE color: 14319836.

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

Color convert

RGB 220 128 218 -
CMYK 0 0.42 0.01 0.14
HSL 301.3º 0.57% 0.68% -
HSV(B) 301.3º 0.42% 0.86% -
XYZ 49.89 35.72 70.59 -
YUV 165.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 220 128 218 0 0.42 0.01 0.14 301.3 0.57 0.68
Hex DC 80 DA 0 2A 1 E 12D 39 44
Octal 334 200 332 0 52 1 16 455 71 104
Binary 11011100 10000000 11011010 0 101010 1 1110 100101101 111001 1000100

Color Harmonies of #DC80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80DA

Black with #DC80DA

Text Example


Text Example

White with #DC80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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