#d69e9e

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

Shades of Petite Orchid #D69E9E

Tints of Petite Orchid #D69E9E

Color information

#D69E9E (or 0xD69E9E) is unknown color: approx Petite Orchid. HEX triplet: D6, 9E and 9E. RGB value is (214,158,158). Sum of RGB (Red+Green+Blue) = 214+158+158=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E9E is #296161. Grayscale: #AEAEAE. Windows color (decimal): -2711906 or 10395350. OLE color: 10395350.

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

Color convert

RGB214158158-
CMYK00.260.260.16
HSL40.58%72.94%-
HSV(B)26.17%83.92%-
XYZ46.1341.2237.87-
YUV174.74118.55156-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=40.38%
G=29.81%
B=29.81%

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
Decimal21415815800.260.260.16040.5872.94
HexD69E9E01A1A1002949
Octal3262362360323220051111
Binary110101101001111010011110011010110101000001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d69e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d69e9e; }

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

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

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

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

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

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

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

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