#D88ACC

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

Shades of Orchid #D88ACC

Tints of Orchid #D88ACC

Color information

#D88ACC (or 0xD88ACC) is unknown color: approx Orchid. HEX triplet: D8, 8A and CC. RGB value is (216,138,204). Sum of RGB (Red+Green+Blue) = 216+138+204=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ACC is #277533. Grayscale: #A8A8A8. Windows color (decimal): -2585908 or 13404888. OLE color: 13404888.

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

Color convert

RGB216138204-
CMYK00.360.060.15
HSL309.23º50%69.41%-
HSV(B)309.23º36.11%84.71%-
XYZ48.3137.1461.75-
YUV168.85147.84161.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=38.71%
G=24.73%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613820400.360.060.15309.235069.41
HexD88ACC0246F1353245
Octal33021231404461746562105
Binary110110001000101011001100010010011011111001101011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ACC; }

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

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

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

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

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

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

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

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