Html Css Color HEX #D69E9D Petite Orchid

📋 copy color: '#D69E9D'

red 214 ◦ green 158 ◦ blue 157

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

Shades of Petite Orchid #D69E9D

Tints of Petite Orchid #D69E9D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.87%

 BLUE value IS 157 (61.72% from 255) = 29.68%

R = 40.45%
G = 29.87%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D69E9D (or 0xD69E9D) is known color: Petite Orchid. HEX triplet: D6, 9E and 9D. RGB value is (214,158,157). Sum of RGB (Red+Green+Blue) = 214+158+157=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E9D is #296162. Grayscale: #AEAEAE. Windows color (decimal): -2711907 or 10329814. OLE color: 10329814.

HSL color Cylindrical-coordinate representation of color #D69E9D: hue angle of 1.05º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69E9D is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 157 -
CMYK 0 0.26 0.27 0.16
HSL 1.05º 0.41% 0.73% -
HSV(B) 1.05º 0.27% 0.84% -
XYZ 46.04 41.18 37.42 -
YUV 174.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 214 158 157 0 0.26 0.27 0.16 1.05 0.41 0.73
Hex D6 9E 9D 0 1A 1B 10 1 29 49
Octal 326 236 235 0 32 33 20 1 51 111
Binary 11010110 10011110 10011101 0 11010 11011 10000 1 101001 1001001

Color Harmonies of #D69E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E9D

Black with #D69E9D

Text Example


Text Example

White with #D69E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E9D; }

 p { color: rgb(214,158,157); }

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

background-color css

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

 a { background-color: rgb(214,158,157); }

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

border-color css

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

 span { border-color: rgb(214,158,157); }

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