#D585CA

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

Shades of Orchid #D585CA

Tints of Orchid #D585CA

Color information

#D585CA (or 0xD585CA) is unknown color: approx Orchid. HEX triplet: D5, 85 and CA. RGB value is (213,133,202). Sum of RGB (Red+Green+Blue) = 213+133+202=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D585CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585CA is #2A7A35. Grayscale: #A4A4A4. Windows color (decimal): -2783798 or 13272533. OLE color: 13272533.

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

Color convert

RGB213133202-
CMYK00.380.050.16
HSL308.25º48.78%67.84%-
HSV(B)308.25º37.56%83.53%-
XYZ46.4935.1960.22-
YUV164.79149162.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=38.87%
G=24.27%
B=36.86%

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
Decimal21313320200.380.050.16308.2548.7867.84
HexD585CA0265101343144
Octal32520531204652046461104
Binary1101010110000101110010100100110101100001001101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585CA; }

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

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

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

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

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

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

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

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