Html Css Color HEX #D69A8F Petite Orchid

📋 copy color: '#D69A8F'

red 214 ◦ green 154 ◦ blue 143

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

Shades of Petite Orchid #D69A8F

Tints of Petite Orchid #D69A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.14%

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

R = 41.88%
G = 30.14%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69A8F (or 0xD69A8F) is known color: Petite Orchid. HEX triplet: D6, 9A and 8F. RGB value is (214,154,143). Sum of RGB (Red+Green+Blue) = 214+154+143=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A8F is #296570. Grayscale: #AAAAAA. Windows color (decimal): -2712945 or 9411286. OLE color: 9411286.

HSL color Cylindrical-coordinate representation of color #D69A8F: hue angle of 9.3º 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 #D69A8F is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 143 -
CMYK 0 0.28 0.33 0.16
HSL 9.3º 0.46% 0.7% -
HSV(B) 9.3º 0.33% 0.84% -
XYZ 44.25 39.39 31.26 -
YUV 170.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 214 154 143 0 0.28 0.33 0.16 9.3 0.46 0.7
Hex D6 9A 8F 0 1C 21 10 9 2E 46
Octal 326 232 217 0 34 41 20 11 56 106
Binary 11010110 10011010 10001111 0 11100 100001 10000 1001 101110 1000110

Color Harmonies of #D69A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A8F

Black with #D69A8F

Text Example


Text Example

White with #D69A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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