Html Css Color HEX #D584DC Orchid

📋 copy color: '#D584DC'

red 213 ◦ green 132 ◦ blue 220

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

Shades of Orchid #D584DC

Tints of Orchid #D584DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 37.7%
G = 23.36%
B = 38.94%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D584DC (or 0xD584DC) is known color: Orchid. HEX triplet: D5, 84 and DC. RGB value is (213,132,220). Sum of RGB (Red+Green+Blue) = 213+132+220=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D584DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584DC is #2A7B23. Grayscale: #A5A5A5. Windows color (decimal): -2784036 or 14451925. OLE color: 14451925.

HSL color Cylindrical-coordinate representation of color #D584DC: hue angle of 295.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D584DC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 132 220 -
CMYK 0.03 0.40 0 0.14
HSL 295.23º 0.56% 0.69% -
HSV(B) 295.23º 0.4% 0.86% -
XYZ 48.61 35.82 72.06 -
YUV 166.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 213 132 220 0.03 0.40 0 0.14 295.23 0.56 0.69
Hex D5 84 DC 3 28 0 E 127 38 45
Octal 325 204 334 3 50 0 16 447 70 105
Binary 11010101 10000100 11011100 11 101000 0 1110 100100111 111000 1000101

Color Harmonies of #D584DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584DC

Black with #D584DC

Text Example


Text Example

White with #D584DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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