Html Css Color HEX #D3968B Petite Orchid

📋 copy color: '#D3968B'

red 211 ◦ green 150 ◦ blue 139

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

Shades of Petite Orchid #D3968B

Tints of Petite Orchid #D3968B

RGB

 RED value IS 211 (82.81% from 255) = 42.2%

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

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

R = 42.2%
G = 30%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3968B (or 0xD3968B) is known color: Petite Orchid. HEX triplet: D3, 96 and 8B. RGB value is (211,150,139). Sum of RGB (Red+Green+Blue) = 211+150+139=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3968B is #2C6974. Grayscale: #A7A7A7. Windows color (decimal): -2910581 or 9148115. OLE color: 9148115.

HSL color Cylindrical-coordinate representation of color #D3968B: hue angle of 9.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3968B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 139 -
CMYK 0 0.29 0.34 0.17
HSL 9.17º 0.45% 0.69% -
HSV(B) 9.17º 0.34% 0.83% -
XYZ 42.43 37.53 29.43 -
YUV 166.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 211 150 139 0 0.29 0.34 0.17 9.17 0.45 0.69
Hex D3 96 8B 0 1D 22 11 9 2D 45
Octal 323 226 213 0 35 42 21 11 55 105
Binary 11010011 10010110 10001011 0 11101 100010 10001 1001 101101 1000101

Color Harmonies of #D3968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3968B

Black with #D3968B

Text Example


Text Example

White with #D3968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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