Html Css Color HEX #D580DC Orchid

📋 copy color: '#D580DC'

red 213 ◦ green 128 ◦ blue 220

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

Shades of Orchid #D580DC

Tints of Orchid #D580DC

RGB

 RED value IS 213 (83.59% from 255) = 37.97%

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 37.97%
G = 22.82%
B = 39.22%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D580DC (or 0xD580DC) is known color: Orchid. HEX triplet: D5, 80 and DC. RGB value is (213,128,220). Sum of RGB (Red+Green+Blue) = 213+128+220=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D580DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580DC is #2A7F23. Grayscale: #A3A3A3. Windows color (decimal): -2785060 or 14450901. OLE color: 14450901.

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

Color convert

RGB 213 128 220 -
CMYK 0.03 0.42 0 0.14
HSL 295.43º 0.57% 0.68% -
HSV(B) 295.43º 0.42% 0.86% -
XYZ 48.08 34.75 71.88 -
YUV 163.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 213 128 220 0.03 0.42 0 0.14 295.43 0.57 0.68
Hex D5 80 DC 3 2A 0 E 127 39 44
Octal 325 200 334 3 52 0 16 447 71 104
Binary 11010101 10000000 11011100 11 101010 0 1110 100100111 111001 1000100

Color Harmonies of #D580DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580DC

Black with #D580DC

Text Example


Text Example

White with #D580DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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