#D98ACF

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

Shades of Orchid #D98ACF

Tints of Orchid #D98ACF

Color information

#D98ACF (or 0xD98ACF) is unknown color: approx Orchid. HEX triplet: D9, 8A and CF. RGB value is (217,138,207). Sum of RGB (Red+Green+Blue) = 217+138+207=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ACF is #267530. Grayscale: #A9A9A9. Windows color (decimal): -2520369 or 13601497. OLE color: 13601497.

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

Color convert

RGB217138207-
CMYK00.360.050.15
HSL307.59º50.97%69.61%-
HSV(B)307.59º36.41%85.1%-
XYZ48.9737.4363.68-
YUV169.49149.17161.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=38.61%
G=24.56%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713820700.360.050.15307.5950.9769.61
HexD98ACF0245F1343346
Octal33121231704451746463106
Binary110110011000101011001111010010010111111001101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98ACF; }

 p { color: rgb(217,138,207); }

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

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

 a { background-color: rgb(217,138,207); }

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

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

 span { border-color: rgb(217,138,207); }

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