Html Css Color HEX #D580DF Orchid

📋 copy color: '#D580DF'

red 213 ◦ green 128 ◦ blue 223

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

Shades of Orchid #D580DF

Tints of Orchid #D580DF

RGB

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

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

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

R = 37.77%
G = 22.7%
B = 39.54%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D580DF (or 0xD580DF) is known color: Orchid. HEX triplet: D5, 80 and DF. RGB value is (213,128,223). Sum of RGB (Red+Green+Blue) = 213+128+223=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D580DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580DF is #2A7F20. Grayscale: #A3A3A3. Windows color (decimal): -2785057 or 14647509. OLE color: 14647509.

HSL color Cylindrical-coordinate representation of color #D580DF: hue angle of 293.68º 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 #D580DF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 128 223 -
CMYK 0.04 0.43 0 0.13
HSL 293.68º 0.6% 0.69% -
HSV(B) 293.68º 0.43% 0.87% -
XYZ 48.48 34.91 74 -
YUV 164.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 213 128 223 0.04 0.43 0 0.13 293.68 0.6 0.69
Hex D5 80 DF 4 2B 0 D 126 3C 45
Octal 325 200 337 4 53 0 15 446 74 105
Binary 11010101 10000000 11011111 100 101011 0 1101 100100110 111100 1000101

Color Harmonies of #D580DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580DF

Black with #D580DF

Text Example


Text Example

White with #D580DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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