Html Css Color HEX #DC80DF Orchid

📋 copy color: '#DC80DF'

red 220 ◦ green 128 ◦ blue 223

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

Shades of Orchid #DC80DF

Tints of Orchid #DC80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 38.53%
G = 22.42%
B = 39.05%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC80DF (or 0xDC80DF) is known color: Orchid. HEX triplet: DC, 80 and DF. RGB value is (220,128,223). Sum of RGB (Red+Green+Blue) = 220+128+223=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DF is #237F20. Grayscale: #A6A6A6. Windows color (decimal): -2326305 or 14647516. OLE color: 14647516.

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

Color convert

RGB 220 128 223 -
CMYK 0.01 0.43 0 0.13
HSL 298.11º 0.6% 0.69% -
HSV(B) 298.11º 0.43% 0.87% -
XYZ 50.55 35.98 74.09 -
YUV 166.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 220 128 223 0.01 0.43 0 0.13 298.11 0.6 0.69
Hex DC 80 DF 1 2B 0 D 12A 3C 45
Octal 334 200 337 1 53 0 15 452 74 105
Binary 11011100 10000000 11011111 1 101011 0 1101 100101010 111100 1000101

Color Harmonies of #DC80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80DF

Black with #DC80DF

Text Example


Text Example

White with #DC80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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