Html Css Color HEX #D0968B Petite Orchid

📋 copy color: '#D0968B'

red 208 ◦ green 150 ◦ blue 139

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

Shades of Petite Orchid #D0968B

Tints of Petite Orchid #D0968B

RGB

 RED value IS 208 (81.64% from 255) = 41.85%

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

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

R = 41.85%
G = 30.18%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0968B (or 0xD0968B) is known color: Petite Orchid. HEX triplet: D0, 96 and 8B. RGB value is (208,150,139). Sum of RGB (Red+Green+Blue) = 208+150+139=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0968B is #2F6974. Grayscale: #A6A6A6. Windows color (decimal): -3107189 or 9148112. OLE color: 9148112.

HSL color Cylindrical-coordinate representation of color #D0968B: hue angle of 9.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0968B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 139 -
CMYK 0 0.28 0.33 0.18
HSL 9.57º 0.42% 0.68% -
HSV(B) 9.57º 0.33% 0.82% -
XYZ 41.58 37.09 29.39 -
YUV 166.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 208 150 139 0 0.28 0.33 0.18 9.57 0.42 0.68
Hex D0 96 8B 0 1C 21 12 A 2A 44
Octal 320 226 213 0 34 41 22 12 52 104
Binary 11010000 10010110 10001011 0 11100 100001 10010 1010 101010 1000100

Color Harmonies of #D0968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0968B

Black with #D0968B

Text Example


Text Example

White with #D0968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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