#d7968b

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

Shades of Petite Orchid #D7968B

Tints of Petite Orchid #D7968B

Color information

#D7968B (or 0xD7968B) is unknown color: approx Petite Orchid. HEX triplet: D7, 96 and 8B. RGB value is (215,150,139). Sum of RGB (Red+Green+Blue) = 215+150+139=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7968B is #286974. Grayscale: #A8A8A8. Windows color (decimal): -2648437 or 9148119. OLE color: 9148119.

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

Color convert

RGB215150139-
CMYK00.300.350.16
HSL8.68º48.72%69.41%-
HSV(B)8.68º35.35%84.31%-
XYZ43.5938.1229.49-
YUV168.18111.53161.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=42.66%
G=29.76%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515013900.300.350.168.6848.7269.41
HexD7968B01E231093145
Octal32722621303643201161105
Binary1101011110010110100010110111101000111000010011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7968b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7968b; }

 p { color: rgb(215,150,139); }

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

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

 a { background-color: rgb(215,150,139); }

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

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

 span { border-color: rgb(215,150,139); }

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