#D88AC8

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

Shades of Orchid #D88AC8

Tints of Orchid #D88AC8

Color information

#D88AC8 (or 0xD88AC8) is unknown color: approx Orchid. HEX triplet: D8, 8A and C8. RGB value is (216,138,200). Sum of RGB (Red+Green+Blue) = 216+138+200=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AC8 is #277537. Grayscale: #A8A8A8. Windows color (decimal): -2585912 or 13142744. OLE color: 13142744.

HSL color Cylindrical-coordinate representation of color #D88AC8: hue angle of 312.31º 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 #D88AC8 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB216138200-
CMYK00.360.070.15
HSL312.31º50%69.41%-
HSV(B)312.31º36.11%84.71%-
XYZ47.8336.9559.25-
YUV168.39145.84161.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=38.99%
G=24.91%
B=36.10%

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
Decimal21613820000.360.070.15312.315069.41
HexD88AC80247F1383245
Octal33021231004471747062105
Binary110110001000101011001000010010011111111001110001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AC8; }

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

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

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

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

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

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

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

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