#D586CC

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

Shades of Orchid #D586CC

Tints of Orchid #D586CC

Color information

#D586CC (or 0xD586CC) is unknown color: approx Orchid. HEX triplet: D5, 86 and CC. RGB value is (213,134,204). Sum of RGB (Red+Green+Blue) = 213+134+204=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D586CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586CC is #2A7933. Grayscale: #A5A5A5. Windows color (decimal): -2783540 or 13403861. OLE color: 13403861.

HSL color Cylindrical-coordinate representation of color #D586CC: hue angle of 306.84º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D586CC is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213134204-
CMYK00.370.040.16
HSL306.84º48.47%68.04%-
HSV(B)306.84º37.09%83.53%-
XYZ46.8635.5661.52-
YUV165.6149.67161.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=38.66%
G=24.32%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313420400.370.040.16306.8448.4768.04
HexD586CC0254101333044
Octal32520631404542046360104
Binary1101010110000110110011000100101100100001001100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586CC; }

 p { color: rgb(213,134,204); }

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

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

 a { background-color: rgb(213,134,204); }

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

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

 span { border-color: rgb(213,134,204); }

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