#D584CA

Color #D584CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D584CA

Tints of Orchid #D584CA

Color information

#D584CA (or 0xD584CA) is unknown color: approx Orchid. HEX triplet: D5, 84 and CA. RGB value is (213,132,202). Sum of RGB (Red+Green+Blue) = 213+132+202=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CA is #2A7B35. Grayscale: #A4A4A4. Windows color (decimal): -2784054 or 13272277. OLE color: 13272277.

HSL color Cylindrical-coordinate representation of color #D584CA: hue angle of 308.15º 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 #D584CA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213132202-
CMYK00.380.050.16
HSL308.15º49.09%67.65%-
HSV(B)308.15º38.03%83.53%-
XYZ46.3534.9160.17-
YUV164.2149.34162.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=38.94%
G=24.13%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313220200.380.050.16308.1549.0967.65
HexD584CA0265101343144
Octal32520431204652046461104
Binary1101010110000100110010100100110101100001001101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D584CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D584CA; }

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

 H1.HeaderClassName
 {
   color: #D584CA;
 }
 .AnyTagClassName
 {
   color: #D584CA;
 }
</style>
background-color css

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

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

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

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

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

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