Html Css Color HEX #D0978F Petite Orchid

📋 copy color: '#D0978F'

red 208 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #D0978F

Tints of Petite Orchid #D0978F

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

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

 BLUE value IS 143 (56.25% from 255) = 28.49%

R = 41.43%
G = 30.08%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0978F (or 0xD0978F) is known color: Petite Orchid. HEX triplet: D0, 97 and 8F. RGB value is (208,151,143). Sum of RGB (Red+Green+Blue) = 208+151+143=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0978F is #2F6870. Grayscale: #A7A7A7. Windows color (decimal): -3106929 or 9410512. OLE color: 9410512.

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

Color convert

RGB 208 151 143 -
CMYK 0 0.27 0.31 0.18
HSL 7.38º 0.41% 0.69% -
HSV(B) 7.38º 0.31% 0.82% -
XYZ 42.04 37.53 31.01 -
YUV 167.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 208 151 143 0 0.27 0.31 0.18 7.38 0.41 0.69
Hex D0 97 8F 0 1B 1F 12 7 29 45
Octal 320 227 217 0 33 37 22 7 51 105
Binary 11010000 10010111 10001111 0 11011 11111 10010 111 101001 1000101

Color Harmonies of #D0978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0978F

Black with #D0978F

Text Example


Text Example

White with #D0978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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