Html Css Color HEX #D6978B Petite Orchid

📋 copy color: '#D6978B'

red 214 ◦ green 151 ◦ blue 139

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

Shades of Petite Orchid #D6978B

Tints of Petite Orchid #D6978B

RGB

 RED value IS 214 (83.98% from 255) = 42.46%

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

 BLUE value IS 139 (54.69% from 255) = 27.58%

R = 42.46%
G = 29.96%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6978B (or 0xD6978B) is known color: Petite Orchid. HEX triplet: D6, 97 and 8B. RGB value is (214,151,139). Sum of RGB (Red+Green+Blue) = 214+151+139=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6978B is #296874. Grayscale: #A8A8A8. Windows color (decimal): -2713717 or 9148374. OLE color: 9148374.

HSL color Cylindrical-coordinate representation of color #D6978B: hue angle of 9.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6978B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 139 -
CMYK 0 0.29 0.35 0.16
HSL 9.6º 0.48% 0.69% -
HSV(B) 9.6º 0.35% 0.84% -
XYZ 43.46 38.29 29.53 -
YUV 168.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 214 151 139 0 0.29 0.35 0.16 9.6 0.48 0.69
Hex D6 97 8B 0 1D 23 10 A 30 45
Octal 326 227 213 0 35 43 20 12 60 105
Binary 11010110 10010111 10001011 0 11101 100011 10000 1010 110000 1000101

Color Harmonies of #D6978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6978B

Black with #D6978B

Text Example


Text Example

White with #D6978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6978B; }

 p { color: rgb(214,151,139); }

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

background-color css

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

 a { background-color: rgb(214,151,139); }

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

border-color css

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

 span { border-color: rgb(214,151,139); }

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