#D97ACA

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

Shades of Orchid #D97ACA

Tints of Orchid #D97ACA

Color information

#D97ACA (or 0xD97ACA) is unknown color: approx Orchid. HEX triplet: D9, 7A and CA. RGB value is (217,122,202). Sum of RGB (Red+Green+Blue) = 217+122+202=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ACA is #268535. Grayscale: #9F9F9F. Windows color (decimal): -2524470 or 13269721. OLE color: 13269721.

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

Color convert

RGB217122202-
CMYK00.440.070.15
HSL309.47º55.56%66.47%-
HSV(B)309.47º43.78%85.1%-
XYZ46.2432.9459.8-
YUV159.52151.97169-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=40.11%
G=22.55%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712220200.440.070.15309.4755.5666.47
HexD97ACA02C7F1353842
Octal33117231205471746570102
Binary11011001111101011001010010110011111111001101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97ACA; }

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

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

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

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

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

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

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

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