Html Css Color HEX #D2978D Petite Orchid

📋 copy color: '#D2978D'

red 210 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #D2978D

Tints of Petite Orchid #D2978D

RGB

 RED value IS 210 (82.42% from 255) = 41.83%

 GREEN value IS 151 (59.38% from 255) = 30.08%

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 41.83%
G = 30.08%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2978D (or 0xD2978D) is known color: Petite Orchid. HEX triplet: D2, 97 and 8D. RGB value is (210,151,141). Sum of RGB (Red+Green+Blue) = 210+151+141=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2978D is #2D6872. Grayscale: #A7A7A7. Windows color (decimal): -2975859 or 9279442. OLE color: 9279442.

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

Color convert

RGB 210 151 141 -
CMYK 0 0.28 0.33 0.18
HSL 8.7º 0.43% 0.69% -
HSV(B) 8.7º 0.33% 0.82% -
XYZ 42.45 37.76 30.25 -
YUV 167.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 210 151 141 0 0.28 0.33 0.18 8.7 0.43 0.69
Hex D2 97 8D 0 1C 21 12 9 2B 45
Octal 322 227 215 0 34 41 22 11 53 105
Binary 11010010 10010111 10001101 0 11100 100001 10010 1001 101011 1000101

Color Harmonies of #D2978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2978D

Black with #D2978D

Text Example


Text Example

White with #D2978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2978D; }

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

 H1.HeaderClassName
 {
   color: #D2978D;
 }
 .AnyTagClassName
 {
   color: #D2978D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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