#D9968E

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

Shades of Petite Orchid #D9968E

Tints of Petite Orchid #D9968E

Color information

#D9968E (or 0xD9968E) is unknown color: approx Petite Orchid. HEX triplet: D9, 96 and 8E. RGB value is (217,150,142). Sum of RGB (Red+Green+Blue) = 217+150+142=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9968E is #266971. Grayscale: #A9A9A9. Windows color (decimal): -2517362 or 9344729. OLE color: 9344729.

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

Color convert

RGB217150142-
CMYK00.310.350.15
HSL6.4º49.67%70.39%-
HSV(B)6.4º34.56%85.1%-
XYZ44.438.5230.69-
YUV169.12112.7162.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=42.63%
G=29.47%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715014200.310.350.156.449.6770.39
HexD9968E01F23F63246
Octal3312262160374317662106
Binary11011001100101101000111001111110001111111101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9968E; }

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

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

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

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

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

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

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

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