Html Css Color HEX #D8968B Petite Orchid

📋 copy color: '#D8968B'

red 216 ◦ green 150 ◦ blue 139

#D8968B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D8968B

Tints of Petite Orchid #D8968B

RGB

 RED value IS 216 (84.77% from 255) = 42.77%

 GREEN value IS 150 (58.98% from 255) = 29.7%

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 42.77%
G = 29.7%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8968B (or 0xD8968B) is known color: Petite Orchid. HEX triplet: D8, 96 and 8B. RGB value is (216,150,139). Sum of RGB (Red+Green+Blue) = 216+150+139=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8968B is #276974. Grayscale: #A8A8A8. Windows color (decimal): -2582901 or 9148120. OLE color: 9148120.

HSL color Cylindrical-coordinate representation of color #D8968B: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8968B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 139 -
CMYK 0 0.31 0.36 0.15
HSL 8.57º 0.5% 0.7% -
HSV(B) 8.57º 0.36% 0.85% -
XYZ 43.89 38.28 29.5 -
YUV 168.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 216 150 139 0 0.31 0.36 0.15 8.57 0.5 0.7
Hex D8 96 8B 0 1F 24 F 9 32 46
Octal 330 226 213 0 37 44 17 11 62 106
Binary 11011000 10010110 10001011 0 11111 100100 1111 1001 110010 1000110

Color Harmonies of #D8968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8968B

Black with #D8968B

Text Example


Text Example

White with #D8968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8968B; }

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

 H1.HeaderClassName
 {
   color: #D8968B;
 }
 .AnyTagClassName
 {
   color: #D8968B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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