#D69F9D

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

Shades of Petite Orchid #D69F9D

Tints of Petite Orchid #D69F9D

Color information

#D69F9D (or 0xD69F9D) is unknown color: approx Petite Orchid. HEX triplet: D6, 9F and 9D. RGB value is (214,159,157). Sum of RGB (Red+Green+Blue) = 214+159+157=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F9D is #296062. Grayscale: #AFAFAF. Windows color (decimal): -2711651 or 10330070. OLE color: 10330070.

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

Color convert

RGB214159157-
CMYK00.260.270.16
HSL2.11º41.01%72.75%-
HSV(B)2.11º26.64%83.92%-
XYZ46.2241.5337.48-
YUV175.22117.72155.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=40.38%
G=30%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415915700.260.270.162.1141.0172.75
HexD69F9D01A1B1022949
Octal3262372350323320251111
Binary1101011010011111100111010110101101110000101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F9D; }

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

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

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

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

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

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

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

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