#D6918A

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

Shades of Petite Orchid #D6918A

Tints of Petite Orchid #D6918A

Color information

#D6918A (or 0xD6918A) is unknown color: approx Petite Orchid. HEX triplet: D6, 91 and 8A. RGB value is (214,145,138). Sum of RGB (Red+Green+Blue) = 214+145+138=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6918A is #296E75. Grayscale: #A4A4A4. Windows color (decimal): -2715254 or 9081302. OLE color: 9081302.

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

Color convert

RGB214145138-
CMYK00.320.360.16
HSL5.53º48.1%69.02%-
HSV(B)5.53º35.51%83.92%-
XYZ42.4436.3828.83-
YUV164.83112.86163.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=43.06%
G=29.18%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414513800.320.360.165.5348.169.02
HexD6918A020241063045
Octal3262212120404420660105
Binary1101011010010001100010100100000100100100001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6918A; }

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

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

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

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

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

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

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

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