#D98ACA

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

Shades of Orchid #D98ACA

Tints of Orchid #D98ACA

Color information

#D98ACA (or 0xD98ACA) is unknown color: approx Orchid. HEX triplet: D9, 8A and CA. RGB value is (217,138,202). Sum of RGB (Red+Green+Blue) = 217+138+202=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ACA is #267535. Grayscale: #A8A8A8. Windows color (decimal): -2520374 or 13273817. OLE color: 13273817.

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

Color convert

RGB217138202-
CMYK00.360.070.15
HSL311.39º50.97%69.61%-
HSV(B)311.39º36.41%85.1%-
XYZ48.3637.1960.51-
YUV168.92146.67162.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=38.96%
G=24.78%
B=36.27%

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
Decimal21713820200.360.070.15311.3950.9769.61
HexD98ACA0247F1373346
Octal33121231204471746763106
Binary110110011000101011001010010010011111111001101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98ACA; }

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

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

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

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

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

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

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

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