#D584CD

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

Shades of Orchid #D584CD

Tints of Orchid #D584CD

Color information

#D584CD (or 0xD584CD) is unknown color: approx Orchid. HEX triplet: D5, 84 and CD. RGB value is (213,132,205). Sum of RGB (Red+Green+Blue) = 213+132+205=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CD is #2A7B32. Grayscale: #A4A4A4. Windows color (decimal): -2784051 or 13468885. OLE color: 13468885.

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

Color convert

RGB213132205-
CMYK00.380.040.16
HSL305.93º49.09%67.65%-
HSV(B)305.93º38.03%83.53%-
XYZ46.7135.0662.06-
YUV164.54150.84162.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=38.73%
G=24%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313220500.380.040.16305.9349.0967.65
HexD584CD0264101323144
Octal32520431504642046261104
Binary1101010110000100110011010100110100100001001100101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D584CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D584CD; }

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

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

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

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

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

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

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

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