Html Css Color HEX #D6958F Petite Orchid

📋 copy color: '#D6958F'

red 214 ◦ green 149 ◦ blue 143

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

Shades of Petite Orchid #D6958F

Tints of Petite Orchid #D6958F

RGB

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

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

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

R = 42.29%
G = 29.45%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6958F (or 0xD6958F) is known color: Petite Orchid. HEX triplet: D6, 95 and 8F. RGB value is (214,149,143). Sum of RGB (Red+Green+Blue) = 214+149+143=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6958F is #296A70. Grayscale: #A7A7A7. Windows color (decimal): -2714225 or 9410006. OLE color: 9410006.

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

Color convert

RGB 214 149 143 -
CMYK 0 0.30 0.33 0.16
HSL 5.07º 0.46% 0.7% -
HSV(B) 5.07º 0.33% 0.84% -
XYZ 43.44 37.77 30.99 -
YUV 167.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 214 149 143 0 0.30 0.33 0.16 5.07 0.46 0.7
Hex D6 95 8F 0 1E 21 10 5 2E 46
Octal 326 225 217 0 36 41 20 5 56 106
Binary 11010110 10010101 10001111 0 11110 100001 10000 101 101110 1000110

Color Harmonies of #D6958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6958F

Black with #D6958F

Text Example


Text Example

White with #D6958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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