#D6968D

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

Shades of Petite Orchid #D6968D

Tints of Petite Orchid #D6968D

Color information

#D6968D (or 0xD6968D) is unknown color: approx Petite Orchid. HEX triplet: D6, 96 and 8D. RGB value is (214,150,141). Sum of RGB (Red+Green+Blue) = 214+150+141=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6968D is #296972. Grayscale: #A8A8A8. Windows color (decimal): -2713971 or 9279190. OLE color: 9279190.

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

Color convert

RGB214150141-
CMYK00.300.340.16
HSL7.4º47.1%69.61%-
HSV(B)7.4º34.11%83.92%-
XYZ43.4538.0330.25-
YUV168.11112.7160.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=42.38%
G=29.70%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415014100.300.340.167.447.169.61
HexD6968D01E221072f46
Octal3262262150364220757106
Binary110101101001011010001101011110100010100001111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6968D; }

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

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

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

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

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

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

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

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