#d69f9e

Color #D69F9E Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D69F9E

Tints of Petite Orchid #D69F9E

Color information

#D69F9E (or 0xD69F9E) is unknown color: approx Petite Orchid. HEX triplet: D6, 9F and 9E. RGB value is (214,159,158). Sum of RGB (Red+Green+Blue) = 214+159+158=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F9E is #296061. Grayscale: #AFAFAF. Windows color (decimal): -2711650 or 10395606. OLE color: 10395606.

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

Color convert

RGB214159158-
CMYK00.260.260.16
HSL1.07º40.58%72.94%-
HSV(B)1.07º26.17%83.92%-
XYZ46.341.5637.93-
YUV175.33118.22155.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=40.30%
G=29.94%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415915800.260.260.161.0740.5872.94
HexD69F9E01A1A1012949
Octal3262372360323220151111
Binary110101101001111110011110011010110101000011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d69f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d69f9e; }

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

 H1.HeaderClassName
 {
   color: #d69f9e;
 }
 .AnyTagClassName
 {
   color: #d69f9e;
 }
</style>
background-color css

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

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

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

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

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

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