Html Css Color HEX #D59C95 Petite Orchid

📋 copy color: '#D59C95'

red 213 ◦ green 156 ◦ blue 149

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

Shades of Petite Orchid #D59C95

Tints of Petite Orchid #D59C95

RGB

 RED value IS 213 (83.59% from 255) = 41.12%

 GREEN value IS 156 (61.33% from 255) = 30.12%

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 41.12%
G = 30.12%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59C95 (or 0xD59C95) is known color: Petite Orchid. HEX triplet: D5, 9C and 95. RGB value is (213,156,149). Sum of RGB (Red+Green+Blue) = 213+156+149=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C95 is #2A636A. Grayscale: #ACACAC. Windows color (decimal): -2777963 or 9805013. OLE color: 9805013.

HSL color Cylindrical-coordinate representation of color #D59C95: hue angle of 6.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59C95 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 149 -
CMYK 0 0.27 0.30 0.16
HSL 6.56º 0.43% 0.71% -
HSV(B) 6.56º 0.3% 0.84% -
XYZ 44.75 40.09 33.81 -
YUV 172.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 213 156 149 0 0.27 0.30 0.16 6.56 0.43 0.71
Hex D5 9C 95 0 1B 1E 10 7 2B 47
Octal 325 234 225 0 33 36 20 7 53 107
Binary 11010101 10011100 10010101 0 11011 11110 10000 111 101011 1000111

Color Harmonies of #D59C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C95

Black with #D59C95

Text Example


Text Example

White with #D59C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C95; }

 p { color: rgb(213,156,149); }

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

background-color css

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

 a { background-color: rgb(213,156,149); }

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

border-color css

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

 span { border-color: rgb(213,156,149); }

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