#D584CF

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

Shades of Orchid #D584CF

Tints of Orchid #D584CF

Color information

#D584CF (or 0xD584CF) is unknown color: approx Orchid. HEX triplet: D5, 84 and CF. RGB value is (213,132,207). Sum of RGB (Red+Green+Blue) = 213+132+207=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CF is #2A7B30. Grayscale: #A4A4A4. Windows color (decimal): -2784049 or 13599957. OLE color: 13599957.

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

Color convert

RGB213132207-
CMYK00.380.030.16
HSL304.44º49.09%67.65%-
HSV(B)304.44º38.03%83.53%-
XYZ46.9535.1563.34-
YUV164.77151.84162.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=38.59%
G=23.91%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313220700.380.030.16304.4449.0967.65
HexD584CF0263101303144
Octal32520431704632046061104
Binary110101011000010011001111010011011100001001100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D584CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D584CF; }

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

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

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

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

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

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

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

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