Html Css Color HEX #D2978A Petite Orchid

📋 copy color: '#D2978A'

red 210 ◦ green 151 ◦ blue 138

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

Shades of Petite Orchid #D2978A

Tints of Petite Orchid #D2978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.66%

R = 42.08%
G = 30.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2978A (or 0xD2978A) is known color: Petite Orchid. HEX triplet: D2, 97 and 8A. RGB value is (210,151,138). Sum of RGB (Red+Green+Blue) = 210+151+138=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2978A is #2D6875. Grayscale: #A7A7A7. Windows color (decimal): -2975862 or 9082834. OLE color: 9082834.

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

Color convert

RGB 210 151 138 -
CMYK 0 0.28 0.34 0.18
HSL 10.83º 0.44% 0.68% -
HSV(B) 10.83º 0.34% 0.82% -
XYZ 42.23 37.67 29.09 -
YUV 167.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 210 151 138 0 0.28 0.34 0.18 10.83 0.44 0.68
Hex D2 97 8A 0 1C 22 12 B 2C 44
Octal 322 227 212 0 34 42 22 13 54 104
Binary 11010010 10010111 10001010 0 11100 100010 10010 1011 101100 1000100

Color Harmonies of #D2978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2978A

Black with #D2978A

Text Example


Text Example

White with #D2978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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