Html Css Color HEX #D6958B Petite Orchid

📋 copy color: '#D6958B'

red 214 ◦ green 149 ◦ blue 139

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

Shades of Petite Orchid #D6958B

Tints of Petite Orchid #D6958B

RGB

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

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

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

R = 42.63%
G = 29.68%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6958B (or 0xD6958B) is known color: Petite Orchid. HEX triplet: D6, 95 and 8B. RGB value is (214,149,139). Sum of RGB (Red+Green+Blue) = 214+149+139=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6958B is #296A74. Grayscale: #A7A7A7. Windows color (decimal): -2714229 or 9147862. OLE color: 9147862.

HSL color Cylindrical-coordinate representation of color #D6958B: hue angle of 8º 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 #D6958B is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 139 -
CMYK 0 0.30 0.35 0.16
HSL 0.48% 0.69% -
HSV(B) 0.35% 0.84% -
XYZ 43.14 37.66 29.42 -
YUV 167.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 214 149 139 0 0.30 0.35 0.16 8 0.48 0.69
Hex D6 95 8B 0 1E 23 10 8 30 45
Octal 326 225 213 0 36 43 20 10 60 105
Binary 11010110 10010101 10001011 0 11110 100011 10000 1000 110000 1000101

Color Harmonies of #D6958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6958B

Black with #D6958B

Text Example


Text Example

White with #D6958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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