Html Css Color HEX #D0968E Petite Orchid

📋 copy color: '#D0968E'

red 208 ◦ green 150 ◦ blue 142

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

Shades of Petite Orchid #D0968E

Tints of Petite Orchid #D0968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 41.6%
G = 30%
B = 28.4%

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

#D0968E (or 0xD0968E) is known color: Petite Orchid. HEX triplet: D0, 96 and 8E. RGB value is (208,150,142). Sum of RGB (Red+Green+Blue) = 208+150+142=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0968E is #2F6971. Grayscale: #A6A6A6. Windows color (decimal): -3107186 or 9344720. OLE color: 9344720.

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

Color convert

RGB 208 150 142 -
CMYK 0 0.28 0.32 0.18
HSL 7.27º 0.41% 0.69% -
HSV(B) 7.27º 0.32% 0.82% -
XYZ 41.8 37.18 30.56 -
YUV 166.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 208 150 142 0 0.28 0.32 0.18 7.27 0.41 0.69
Hex D0 96 8E 0 1C 20 12 7 29 45
Octal 320 226 216 0 34 40 22 7 51 105
Binary 11010000 10010110 10001110 0 11100 100000 10010 111 101001 1000101

Color Harmonies of #D0968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0968E

Black with #D0968E

Text Example


Text Example

White with #D0968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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