Html Css Color HEX #D69C96 Petite Orchid

📋 copy color: '#D69C96'

red 214 ◦ green 156 ◦ blue 150

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

Shades of Petite Orchid #D69C96

Tints of Petite Orchid #D69C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 41.15%
G = 30%
B = 28.85%

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

#D69C96 (or 0xD69C96) is known color: Petite Orchid. HEX triplet: D6, 9C and 96. RGB value is (214,156,150). Sum of RGB (Red+Green+Blue) = 214+156+150=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C96 is #296369. Grayscale: #ACACAC. Windows color (decimal): -2712426 or 9870550. OLE color: 9870550.

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

Color convert

RGB 214 156 150 -
CMYK 0 0.27 0.30 0.16
HSL 5.63º 0.44% 0.71% -
HSV(B) 5.63º 0.3% 0.84% -
XYZ 45.13 40.28 34.25 -
YUV 172.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 214 156 150 0 0.27 0.30 0.16 5.63 0.44 0.71
Hex D6 9C 96 0 1B 1E 10 6 2C 47
Octal 326 234 226 0 33 36 20 6 54 107
Binary 11010110 10011100 10010110 0 11011 11110 10000 110 101100 1000111

Color Harmonies of #D69C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C96

Black with #D69C96

Text Example


Text Example

White with #D69C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C96; }

 p { color: rgb(214,156,150); }

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

background-color css

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

 a { background-color: rgb(214,156,150); }

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

border-color css

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

 span { border-color: rgb(214,156,150); }

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