Html Css Color HEX #D582DF Orchid

📋 copy color: '#D582DF'

red 213 ◦ green 130 ◦ blue 223

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

Shades of Orchid #D582DF

Tints of Orchid #D582DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.97%

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

R = 37.63%
G = 22.97%
B = 39.4%

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

#D582DF (or 0xD582DF) is known color: Orchid. HEX triplet: D5, 82 and DF. RGB value is (213,130,223). Sum of RGB (Red+Green+Blue) = 213+130+223=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D582DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582DF is #2A7D20. Grayscale: #A5A5A5. Windows color (decimal): -2784545 or 14648021. OLE color: 14648021.

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

Color convert

RGB 213 130 223 -
CMYK 0.04 0.42 0 0.13
HSL 293.55º 0.59% 0.69% -
HSV(B) 293.55º 0.42% 0.87% -
XYZ 48.74 35.44 74.08 -
YUV 165.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 213 130 223 0.04 0.42 0 0.13 293.55 0.59 0.69
Hex D5 82 DF 4 2A 0 D 126 3B 45
Octal 325 202 337 4 52 0 15 446 73 105
Binary 11010101 10000010 11011111 100 101010 0 1101 100100110 111011 1000101

Color Harmonies of #D582DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582DF

Black with #D582DF

Text Example


Text Example

White with #D582DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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