Html Css Color HEX #D580DB Orchid

📋 copy color: '#D580DB'

red 213 ◦ green 128 ◦ blue 219

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

Shades of Orchid #D580DB

Tints of Orchid #D580DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 38.04%
G = 22.86%
B = 39.11%

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

#D580DB (or 0xD580DB) is known color: Orchid. HEX triplet: D5, 80 and DB. RGB value is (213,128,219). Sum of RGB (Red+Green+Blue) = 213+128+219=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D580DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580DB is #2A7F24. Grayscale: #A3A3A3. Windows color (decimal): -2785061 or 14385365. OLE color: 14385365.

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

Color convert

RGB 213 128 219 -
CMYK 0.03 0.42 0 0.14
HSL 296.04º 0.56% 0.68% -
HSV(B) 296.04º 0.42% 0.86% -
XYZ 47.95 34.7 71.19 -
YUV 163.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 213 128 219 0.03 0.42 0 0.14 296.04 0.56 0.68
Hex D5 80 DB 3 2A 0 E 128 38 44
Octal 325 200 333 3 52 0 16 450 70 104
Binary 11010101 10000000 11011011 11 101010 0 1110 100101000 111000 1000100

Color Harmonies of #D580DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580DB

Black with #D580DB

Text Example


Text Example

White with #D580DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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