#D6948E

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

Shades of Petite Orchid #D6948E

Tints of Petite Orchid #D6948E

Color information

#D6948E (or 0xD6948E) is unknown color: approx Petite Orchid. HEX triplet: D6, 94 and 8E. RGB value is (214,148,142). Sum of RGB (Red+Green+Blue) = 214+148+142=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6948E is #296B71. Grayscale: #A7A7A7. Windows color (decimal): -2714482 or 9344214. OLE color: 9344214.

HSL color Cylindrical-coordinate representation of color #D6948E: hue angle of 5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6948E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214148142-
CMYK00.310.340.16
HSL46.75%69.8%-
HSV(B)33.64%83.92%-
XYZ43.237.4330.54-
YUV167.05113.87161.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=42.46%
G=29.37%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414814200.310.340.16546.7569.8
HexD6948E01F221052f46
Octal3262242160374220557106
Binary110101101001010010001110011111100010100001011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6948E; }

 p { color: rgb(214,148,142); }

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

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

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

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

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

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

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