Html Css Color HEX #D69692 Petite Orchid

📋 copy color: '#D69692'

red 214 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #D69692

Tints of Petite Orchid #D69692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 41.96%
G = 29.41%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69692 (or 0xD69692) is known color: Petite Orchid. HEX triplet: D6, 96 and 92. RGB value is (214,150,146). Sum of RGB (Red+Green+Blue) = 214+150+146=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D69692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69692 is #29696D. Grayscale: #A8A8A8. Windows color (decimal): -2713966 or 9606870. OLE color: 9606870.

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

Color convert

RGB 214 150 146 -
CMYK 0 0.30 0.32 0.16
HSL 3.53º 0.45% 0.71% -
HSV(B) 3.53º 0.32% 0.84% -
XYZ 43.83 38.18 32.25 -
YUV 168.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 214 150 146 0 0.30 0.32 0.16 3.53 0.45 0.71
Hex D6 96 92 0 1E 20 10 4 2D 47
Octal 326 226 222 0 36 40 20 4 55 107
Binary 11010110 10010110 10010010 0 11110 100000 10000 100 101101 1000111

Color Harmonies of #D69692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69692

Black with #D69692

Text Example


Text Example

White with #D69692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69692; }

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

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

background-color css

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

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

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

border-color css

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

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

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