#D2978F

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

Shades of Petite Orchid #D2978F

Tints of Petite Orchid #D2978F

Color information

#D2978F (or 0xD2978F) is unknown color: approx Petite Orchid. HEX triplet: D2, 97 and 8F. RGB value is (210,151,143). Sum of RGB (Red+Green+Blue) = 210+151+143=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2978F is #2D6870. Grayscale: #A7A7A7. Windows color (decimal): -2975857 or 9410514. OLE color: 9410514.

HSL color Cylindrical-coordinate representation of color #D2978F: hue angle of 7.16º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2978F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210151143-
CMYK00.280.320.18
HSL7.16º42.68%69.22%-
HSV(B)7.16º31.9%82.35%-
XYZ42.637.8231.04-
YUV167.73114.05158.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=41.67%
G=29.96%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015114300.280.320.187.1642.6869.22
HexD2978F01C201272b45
Octal3222272170344022753105
Binary110100101001011110001111011100100000100101111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2978F; }

 p { color: rgb(210,151,143); }

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

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

 a { background-color: rgb(210,151,143); }

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

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

 span { border-color: rgb(210,151,143); }

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