Html Css Color HEX #D0968D Petite Orchid

📋 copy color: '#D0968D'

red 208 ◦ green 150 ◦ blue 141

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

Shades of Petite Orchid #D0968D

Tints of Petite Orchid #D0968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 41.68%
G = 30.06%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0968D (or 0xD0968D) is known color: Petite Orchid. HEX triplet: D0, 96 and 8D. RGB value is (208,150,141). Sum of RGB (Red+Green+Blue) = 208+150+141=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0968D is #2F6972. Grayscale: #A6A6A6. Windows color (decimal): -3107187 or 9279184. OLE color: 9279184.

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

Color convert

RGB 208 150 141 -
CMYK 0 0.28 0.32 0.18
HSL 8.06º 0.42% 0.68% -
HSV(B) 8.06º 0.32% 0.82% -
XYZ 41.73 37.15 30.17 -
YUV 166.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 208 150 141 0 0.28 0.32 0.18 8.06 0.42 0.68
Hex D0 96 8D 0 1C 20 12 8 2A 44
Octal 320 226 215 0 34 40 22 10 52 104
Binary 11010000 10010110 10001101 0 11100 100000 10010 1000 101010 1000100

Color Harmonies of #D0968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0968D

Black with #D0968D

Text Example


Text Example

White with #D0968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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