#D9968B

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

Shades of Petite Orchid #D9968B

Tints of Petite Orchid #D9968B

Color information

#D9968B (or 0xD9968B) is unknown color: approx Petite Orchid. HEX triplet: D9, 96 and 8B. RGB value is (217,150,139). Sum of RGB (Red+Green+Blue) = 217+150+139=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9968B is #266974. Grayscale: #A8A8A8. Windows color (decimal): -2517365 or 9148121. OLE color: 9148121.

HSL color Cylindrical-coordinate representation of color #D9968B: hue angle of 8.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9968B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217150139-
CMYK00.310.360.15
HSL8.46º50.65%69.8%-
HSV(B)8.46º35.94%85.1%-
XYZ44.1838.4329.51-
YUV168.78111.2162.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=42.89%
G=29.64%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715013900.310.360.158.4650.6569.8
HexD9968B01F24F83346
Octal33122621303744171063106
Binary110110011001011010001011011111100100111110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9968B; }

 p { color: rgb(217,150,139); }

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

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

 a { background-color: rgb(217,150,139); }

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

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

 span { border-color: rgb(217,150,139); }

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