#D6948A

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

Shades of Petite Orchid #D6948A

Tints of Petite Orchid #D6948A

Color information

#D6948A (or 0xD6948A) is unknown color: approx Petite Orchid. HEX triplet: D6, 94 and 8A. RGB value is (214,148,138). Sum of RGB (Red+Green+Blue) = 214+148+138=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6948A is #296B75. Grayscale: #A6A6A6. Windows color (decimal): -2714486 or 9082070. OLE color: 9082070.

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

Color convert

RGB214148138-
CMYK00.310.360.16
HSL7.89º48.1%69.02%-
HSV(B)7.89º35.51%83.92%-
XYZ42.9137.3128.98-
YUV166.59111.87161.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=42.8%
G=29.6%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414813800.310.360.167.8948.169.02
HexD6948A01F241083045
Octal32622421203744201060105
Binary1101011010010100100010100111111001001000010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6948A; }

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

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

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

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

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

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

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

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