#D6938D

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

Shades of Petite Orchid #D6938D

Tints of Petite Orchid #D6938D

Color information

#D6938D (or 0xD6938D) is unknown color: approx Petite Orchid. HEX triplet: D6, 93 and 8D. RGB value is (214,147,141). Sum of RGB (Red+Green+Blue) = 214+147+141=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6938D is #296C72. Grayscale: #A6A6A6. Windows color (decimal): -2714739 or 9278422. OLE color: 9278422.

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

Color convert

RGB214147141-
CMYK00.310.340.16
HSL4.93º47.1%69.61%-
HSV(B)4.93º34.11%83.92%-
XYZ42.9737.0930.09-
YUV166.35113.7161.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=42.63%
G=29.28%
B=28.09%

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
Decimal21414714100.310.340.164.9347.169.61
HexD6938D01F221052f46
Octal3262232150374220557106
Binary110101101001001110001101011111100010100001011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6938D; }

 p { color: rgb(214,147,141); }

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

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

 a { background-color: rgb(214,147,141); }

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

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

 span { border-color: rgb(214,147,141); }

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