#D88ACA

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

Shades of Orchid #D88ACA

Tints of Orchid #D88ACA

Color information

#D88ACA (or 0xD88ACA) is unknown color: approx Orchid. HEX triplet: D8, 8A and CA. RGB value is (216,138,202). Sum of RGB (Red+Green+Blue) = 216+138+202=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ACA is #277535. Grayscale: #A8A8A8. Windows color (decimal): -2585910 or 13273816. OLE color: 13273816.

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

Color convert

RGB216138202-
CMYK00.360.060.15
HSL310.77º50%69.41%-
HSV(B)310.77º36.11%84.71%-
XYZ48.0737.0460.49-
YUV168.62146.84161.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=38.85%
G=24.82%
B=36.33%

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
Decimal21613820200.360.060.15310.775069.41
HexD88ACA0246F1373245
Octal33021231204461746762105
Binary110110001000101011001010010010011011111001101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ACA; }

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

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

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

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

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

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

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

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