#D88AC9

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

Shades of Orchid #D88AC9

Tints of Orchid #D88AC9

Color information

#D88AC9 (or 0xD88AC9) is unknown color: approx Orchid. HEX triplet: D8, 8A and C9. RGB value is (216,138,201). Sum of RGB (Red+Green+Blue) = 216+138+201=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AC9 is #277536. Grayscale: #A8A8A8. Windows color (decimal): -2585911 or 13208280. OLE color: 13208280.

HSL color Cylindrical-coordinate representation of color #D88AC9: hue angle of 311.54º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AC9 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB216138201-
CMYK00.360.070.15
HSL311.54º50%69.41%-
HSV(B)311.54º36.11%84.71%-
XYZ47.9536.9959.87-
YUV168.5146.34161.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=38.92%
G=24.86%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613820100.360.070.15311.545069.41
HexD88AC90247F1383245
Octal33021231104471747062105
Binary110110001000101011001001010010011111111001110001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AC9; }

 p { color: rgb(216,138,201); }

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

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

 a { background-color: rgb(216,138,201); }

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

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

 span { border-color: rgb(216,138,201); }

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