Html Css Color HEX #D2978F Petite Orchid

📋 copy color: '#D2978F'

red 210 ◦ green 151 ◦ blue 143

#D2978F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D2978F

Tints of Petite Orchid #D2978F

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 value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2978F (or 0xD2978F) is known color: 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

RGB 210 151 143 -
CMYK 0 0.28 0.32 0.18
HSL 7.16º 0.43% 0.69% -
HSV(B) 7.16º 0.32% 0.82% -
XYZ 42.6 37.82 31.04 -
YUV 167.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 210 151 143 0 0.28 0.32 0.18 7.16 0.43 0.69
Hex D2 97 8F 0 1C 20 12 7 2B 45
Octal 322 227 217 0 34 40 22 7 53 105
Binary 11010010 10010111 10001111 0 11100 100000 10010 111 101011 1000101

Color Harmonies of #D2978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2978F

Black with #D2978F

Text Example


Text Example

White with #D2978F

Text Example


Text Example

HTML Codes & Css Web 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>