Html Css Color HEX #D6958D Petite Orchid

📋 copy color: '#D6958D'

red 214 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #D6958D

Tints of Petite Orchid #D6958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.56%

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

R = 42.46%
G = 29.56%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6958D (or 0xD6958D) is known color: Petite Orchid. HEX triplet: D6, 95 and 8D. RGB value is (214,149,141). Sum of RGB (Red+Green+Blue) = 214+149+141=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6958D is #296A72. Grayscale: #A7A7A7. Windows color (decimal): -2714227 or 9278934. OLE color: 9278934.

HSL color Cylindrical-coordinate representation of color #D6958D: hue angle of 6.58º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6958D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 141 -
CMYK 0 0.30 0.34 0.16
HSL 6.58º 0.47% 0.7% -
HSV(B) 6.58º 0.34% 0.84% -
XYZ 43.29 37.71 30.2 -
YUV 167.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 214 149 141 0 0.30 0.34 0.16 6.58 0.47 0.7
Hex D6 95 8D 0 1E 22 10 7 2F 46
Octal 326 225 215 0 36 42 20 7 57 106
Binary 11010110 10010101 10001101 0 11110 100010 10000 111 101111 1000110

Color Harmonies of #D6958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6958D

Black with #D6958D

Text Example


Text Example

White with #D6958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6958D; }

 p { color: rgb(214,149,141); }

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

background-color css

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

 a { background-color: rgb(214,149,141); }

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

border-color css

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

 span { border-color: rgb(214,149,141); }

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