Html Css Color HEX #D584D5 Orchid

📋 copy color: '#D584D5'

red 213 ◦ green 132 ◦ blue 213

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

Shades of Orchid #D584D5

Tints of Orchid #D584D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 38.17%
G = 23.66%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D584D5 (or 0xD584D5) is known color: Orchid. HEX triplet: D5, 84 and D5. RGB value is (213,132,213). Sum of RGB (Red+Green+Blue) = 213+132+213=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D584D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584D5 is #2A7B2A. Grayscale: #A5A5A5. Windows color (decimal): -2784043 or 13993173. OLE color: 13993173.

HSL color Cylindrical-coordinate representation of color #D584D5: hue angle of 300º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584D5 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 213 -
CMYK 0 0.38 0 0.16
HSL 300º 0.49% 0.68% -
HSV(B) 300º 0.38% 0.84% -
XYZ 47.7 35.45 67.28 -
YUV 165.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 213 132 213 0 0.38 0 0.16 300 0.49 0.68
Hex D5 84 D5 0 26 0 10 12C 31 44
Octal 325 204 325 0 46 0 20 454 61 104
Binary 11010101 10000100 11010101 0 100110 0 10000 100101100 110001 1000100

Color Harmonies of #D584D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584D5

Black with #D584D5

Text Example


Text Example

White with #D584D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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