Html Css Color HEX #D581DF Orchid

📋 copy color: '#D581DF'

red 213 ◦ green 129 ◦ blue 223

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

Shades of Orchid #D581DF

Tints of Orchid #D581DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 37.7%
G = 22.83%
B = 39.47%

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

#D581DF (or 0xD581DF) is known color: Orchid. HEX triplet: D5, 81 and DF. RGB value is (213,129,223). Sum of RGB (Red+Green+Blue) = 213+129+223=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D581DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581DF is #2A7E20. Grayscale: #A4A4A4. Windows color (decimal): -2784801 or 14647765. OLE color: 14647765.

HSL color Cylindrical-coordinate representation of color #D581DF: hue angle of 293.62º degrees, saturation: 0.59, 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 #D581DF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 129 223 -
CMYK 0.04 0.42 0 0.13
HSL 293.62º 0.59% 0.69% -
HSV(B) 293.62º 0.42% 0.87% -
XYZ 48.61 35.17 74.04 -
YUV 164.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 213 129 223 0.04 0.42 0 0.13 293.62 0.59 0.69
Hex D5 81 DF 4 2A 0 D 126 3B 45
Octal 325 201 337 4 52 0 15 446 73 105
Binary 11010101 10000001 11011111 100 101010 0 1101 100100110 111011 1000101

Color Harmonies of #D581DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581DF

Black with #D581DF

Text Example


Text Example

White with #D581DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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