#D97ACB

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

Shades of Orchid #D97ACB

Tints of Orchid #D97ACB

Color information

#D97ACB (or 0xD97ACB) is unknown color: approx Orchid. HEX triplet: D9, 7A and CB. RGB value is (217,122,203). Sum of RGB (Red+Green+Blue) = 217+122+203=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ACB is #268534. Grayscale: #9F9F9F. Windows color (decimal): -2524469 or 13335257. OLE color: 13335257.

HSL color Cylindrical-coordinate representation of color #D97ACB: hue angle of 308.84º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97ACB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217122203-
CMYK00.440.060.15
HSL308.84º55.56%66.47%-
HSV(B)308.84º43.78%85.1%-
XYZ46.3532.9860.42-
YUV159.64152.47168.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=40.04%
G=22.51%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712220300.440.060.15308.8455.5666.47
HexD97ACB02C6F1353842
Octal33117231305461746570102
Binary11011001111101011001011010110011011111001101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97ACB; }

 p { color: rgb(217,122,203); }

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

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

 a { background-color: rgb(217,122,203); }

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

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

 span { border-color: rgb(217,122,203); }

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