#D972C1

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

Shades of Orchid #D972C1

Tints of Orchid #D972C1

Color information

#D972C1 (or 0xD972C1) is unknown color: approx Orchid. HEX triplet: D9, 72 and C1. RGB value is (217,114,193). Sum of RGB (Red+Green+Blue) = 217+114+193=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D972C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972C1 is #268D3E. Grayscale: #999999. Windows color (decimal): -2526527 or 12677849. OLE color: 12677849.

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

Color convert

RGB217114193-
CMYK00.470.110.15
HSL313.98º57.54%64.9%-
HSV(B)313.98º47.47%85.1%-
XYZ44.2630.6454.03-
YUV153.8150.12173.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=41.41%
G=21.76%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711419300.470.110.15313.9857.5464.9
HexD972C102FBF13a3a41
Octal331162301057131747272101
Binary110110011110010110000010101111101111111001110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972C1; }

 p { color: rgb(217,114,193); }

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

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

 a { background-color: rgb(217,114,193); }

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

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

 span { border-color: rgb(217,114,193); }

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