Html Css Color HEX #D584DD Orchid

📋 copy color: '#D584DD'

red 213 ◦ green 132 ◦ blue 221

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

Shades of Orchid #D584DD

Tints of Orchid #D584DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.32%

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

R = 37.63%
G = 23.32%
B = 39.05%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D584DD (or 0xD584DD) is known color: Orchid. HEX triplet: D5, 84 and DD. RGB value is (213,132,221). Sum of RGB (Red+Green+Blue) = 213+132+221=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #D584DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584DD is #2A7B22. Grayscale: #A6A6A6. Windows color (decimal): -2784035 or 14517461. OLE color: 14517461.

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

Color convert

RGB 213 132 221 -
CMYK 0.04 0.40 0 0.13
HSL 294.61º 0.57% 0.69% -
HSV(B) 294.61º 0.4% 0.87% -
XYZ 48.74 35.87 72.76 -
YUV 166.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 213 132 221 0.04 0.40 0 0.13 294.61 0.57 0.69
Hex D5 84 DD 4 28 0 D 127 39 45
Octal 325 204 335 4 50 0 15 447 71 105
Binary 11010101 10000100 11011101 100 101000 0 1101 100100111 111001 1000101

Color Harmonies of #D584DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584DD

Black with #D584DD

Text Example


Text Example

White with #D584DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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