#D971C6

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

Shades of Orchid #D971C6

Tints of Orchid #D971C6

Color information

#D971C6 (or 0xD971C6) is unknown color: approx Orchid. HEX triplet: D9, 71 and C6. RGB value is (217,113,198). Sum of RGB (Red+Green+Blue) = 217+113+198=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D971C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971C6 is #268E39. Grayscale: #999999. Windows color (decimal): -2526778 or 13005273. OLE color: 13005273.

HSL color Cylindrical-coordinate representation of color #D971C6: hue angle of 310.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971C6 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217113198-
CMYK00.480.090.15
HSL310.96º57.78%64.71%-
HSV(B)310.96º47.93%85.1%-
XYZ44.7130.6456.98-
YUV153.79152.96173.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 198 (77.73% from 255) = 37.5%
R=41.10%
G=21.40%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711319800.480.090.15310.9657.7864.71
HexD971C60309F1373a41
Octal331161306060111746772101
Binary110110011110001110001100110000100111111001101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971C6; }

 p { color: rgb(217,113,198); }

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

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

 a { background-color: rgb(217,113,198); }

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

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

 span { border-color: rgb(217,113,198); }

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