#D588C3

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

Shades of Orchid #D588C3

Tints of Orchid #D588C3

Color information

#D588C3 (or 0xD588C3) is unknown color: approx Orchid. HEX triplet: D5, 88 and C3. RGB value is (213,136,195). Sum of RGB (Red+Green+Blue) = 213+136+195=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D588C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588C3 is #2A773C. Grayscale: #A5A5A5. Windows color (decimal): -2783037 or 12814549. OLE color: 12814549.

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

Color convert

RGB213136195-
CMYK00.360.080.16
HSL314.03º47.83%68.43%-
HSV(B)314.03º36.15%83.53%-
XYZ46.135.6956.09-
YUV165.75144.51161.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 195 (76.56% from 255) = 35.85%
R=39.15%
G=25%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313619500.360.080.16314.0347.8368.43
HexD588C302481013a3044
Octal325210303044102047260104
Binary11010101100010001100001101001001000100001001110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588C3; }

 p { color: rgb(213,136,195); }

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

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

 a { background-color: rgb(213,136,195); }

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

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

 span { border-color: rgb(213,136,195); }

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