Html Css Color HEX #D581DD Orchid

📋 copy color: '#D581DD'

red 213 ◦ green 129 ◦ blue 221

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

Shades of Orchid #D581DD

Tints of Orchid #D581DD

RGB

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

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

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

R = 37.83%
G = 22.91%
B = 39.25%

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

#D581DD (or 0xD581DD) is known color: Orchid. HEX triplet: D5, 81 and DD. RGB value is (213,129,221). Sum of RGB (Red+Green+Blue) = 213+129+221=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D581DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581DD is #2A7E22. Grayscale: #A4A4A4. Windows color (decimal): -2784803 or 14516693. OLE color: 14516693.

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

Color convert

RGB 213 129 221 -
CMYK 0.04 0.42 0 0.13
HSL 294.78º 0.58% 0.69% -
HSV(B) 294.78º 0.42% 0.87% -
XYZ 48.34 35.07 72.63 -
YUV 164.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 213 129 221 0.04 0.42 0 0.13 294.78 0.58 0.69
Hex D5 81 DD 4 2A 0 D 127 3A 45
Octal 325 201 335 4 52 0 15 447 72 105
Binary 11010101 10000001 11011101 100 101010 0 1101 100100111 111010 1000101

Color Harmonies of #D581DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581DD

Black with #D581DD

Text Example


Text Example

White with #D581DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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