Html Css Color HEX #D580DA Orchid

📋 copy color: '#D580DA'

red 213 ◦ green 128 ◦ blue 218

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

Shades of Orchid #D580DA

Tints of Orchid #D580DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 38.1%
G = 22.9%
B = 39%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D580DA (or 0xD580DA) is known color: Orchid. HEX triplet: D5, 80 and DA. RGB value is (213,128,218). Sum of RGB (Red+Green+Blue) = 213+128+218=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #D580DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580DA is #2A7F25. Grayscale: #A3A3A3. Windows color (decimal): -2785062 or 14319829. OLE color: 14319829.

HSL color Cylindrical-coordinate representation of color #D580DA: hue angle of 296.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D580DA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 128 218 -
CMYK 0.02 0.41 0 0.15
HSL 296.67º 0.55% 0.68% -
HSV(B) 296.67º 0.41% 0.85% -
XYZ 47.81 34.65 70.5 -
YUV 163.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 213 128 218 0.02 0.41 0 0.15 296.67 0.55 0.68
Hex D5 80 DA 2 29 0 F 129 37 44
Octal 325 200 332 2 51 0 17 451 67 104
Binary 11010101 10000000 11011010 10 101001 0 1111 100101001 110111 1000100

Color Harmonies of #D580DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580DA

Black with #D580DA

Text Example


Text Example

White with #D580DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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