Html Css Color HEX #D584DA Orchid

📋 copy color: '#D584DA'

red 213 ◦ green 132 ◦ blue 218

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

Shades of Orchid #D584DA

Tints of Orchid #D584DA

RGB

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

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

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

R = 37.83%
G = 23.45%
B = 38.72%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D584DA (or 0xD584DA) is known color: Orchid. HEX triplet: D5, 84 and DA. RGB value is (213,132,218). Sum of RGB (Red+Green+Blue) = 213+132+218=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D584DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584DA is #2A7B25. Grayscale: #A5A5A5. Windows color (decimal): -2784038 or 14320853. OLE color: 14320853.

HSL color Cylindrical-coordinate representation of color #D584DA: hue angle of 296.51º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D584DA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 132 218 -
CMYK 0.02 0.39 0 0.15
HSL 296.51º 0.54% 0.69% -
HSV(B) 296.51º 0.39% 0.85% -
XYZ 48.35 35.71 70.67 -
YUV 166.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 213 132 218 0.02 0.39 0 0.15 296.51 0.54 0.69
Hex D5 84 DA 2 27 0 F 129 36 45
Octal 325 204 332 2 47 0 17 451 66 105
Binary 11010101 10000100 11011010 10 100111 0 1111 100101001 110110 1000101

Color Harmonies of #D584DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584DA

Black with #D584DA

Text Example


Text Example

White with #D584DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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