Html Css Color HEX #D580DD Orchid

📋 copy color: '#D580DD'

red 213 ◦ green 128 ◦ blue 221

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

Shades of Orchid #D580DD

Tints of Orchid #D580DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 37.9%
G = 22.78%
B = 39.32%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D580DD (or 0xD580DD) is known color: Orchid. HEX triplet: D5, 80 and DD. RGB value is (213,128,221). Sum of RGB (Red+Green+Blue) = 213+128+221=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D580DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580DD is #2A7F22. Grayscale: #A3A3A3. Windows color (decimal): -2785059 or 14516437. OLE color: 14516437.

HSL color Cylindrical-coordinate representation of color #D580DD: hue angle of 294.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D580DD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 128 221 -
CMYK 0.04 0.42 0 0.13
HSL 294.84º 0.58% 0.68% -
HSV(B) 294.84º 0.42% 0.87% -
XYZ 48.21 34.8 72.58 -
YUV 164.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 213 128 221 0.04 0.42 0 0.13 294.84 0.58 0.68
Hex D5 80 DD 4 2A 0 D 127 3A 44
Octal 325 200 335 4 52 0 15 447 72 104
Binary 11010101 10000000 11011101 100 101010 0 1101 100100111 111010 1000100

Color Harmonies of #D580DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580DD

Black with #D580DD

Text Example


Text Example

White with #D580DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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