Html Css Color HEX #D581DA Orchid

📋 copy color: '#D581DA'

red 213 ◦ green 129 ◦ blue 218

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

Shades of Orchid #D581DA

Tints of Orchid #D581DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.04%

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

R = 38.04%
G = 23.04%
B = 38.93%

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

#D581DA (or 0xD581DA) is known color: Orchid. HEX triplet: D5, 81 and DA. RGB value is (213,129,218). Sum of RGB (Red+Green+Blue) = 213+129+218=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #D581DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581DA is #2A7E25. Grayscale: #A3A3A3. Windows color (decimal): -2784806 or 14320085. OLE color: 14320085.

HSL color Cylindrical-coordinate representation of color #D581DA: hue angle of 296.63º 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 #D581DA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 129 218 -
CMYK 0.02 0.41 0 0.15
HSL 296.63º 0.55% 0.68% -
HSV(B) 296.63º 0.41% 0.85% -
XYZ 47.95 34.91 70.54 -
YUV 164.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 213 129 218 0.02 0.41 0 0.15 296.63 0.55 0.68
Hex D5 81 DA 2 29 0 F 129 37 44
Octal 325 201 332 2 51 0 17 451 67 104
Binary 11010101 10000001 11011010 10 101001 0 1111 100101001 110111 1000100

Color Harmonies of #D581DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581DA

Black with #D581DA

Text Example


Text Example

White with #D581DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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