#D6998A

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

Shades of Petite Orchid #D6998A

Tints of Petite Orchid #D6998A

Color information

#D6998A (or 0xD6998A) is unknown color: approx Petite Orchid. HEX triplet: D6, 99 and 8A. RGB value is (214,153,138). Sum of RGB (Red+Green+Blue) = 214+153+138=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6998A is #296675. Grayscale: #A9A9A9. Windows color (decimal): -2713206 or 9083350. OLE color: 9083350.

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

Color convert

RGB214153138-
CMYK00.290.360.16
HSL11.84º48.1%69.02%-
HSV(B)11.84º35.51%83.92%-
XYZ43.7138.9129.25-
YUV169.53110.21159.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=42.38%
G=30.30%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415313800.290.360.1611.8448.169.02
HexD6998A01D2410c3045
Octal32623121203544201460105
Binary1101011010011001100010100111011001001000011001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6998A; }

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

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

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

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

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

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

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

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