Html Css Color HEX #D0968A Petite Orchid

📋 copy color: '#D0968A'

red 208 ◦ green 150 ◦ blue 138

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

Shades of Petite Orchid #D0968A

Tints of Petite Orchid #D0968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 41.94%
G = 30.24%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0968A (or 0xD0968A) is known color: Petite Orchid. HEX triplet: D0, 96 and 8A. RGB value is (208,150,138). Sum of RGB (Red+Green+Blue) = 208+150+138=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0968A is #2F6975. Grayscale: #A6A6A6. Windows color (decimal): -3107190 or 9082576. OLE color: 9082576.

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

Color convert

RGB 208 150 138 -
CMYK 0 0.28 0.34 0.18
HSL 10.29º 0.43% 0.68% -
HSV(B) 10.29º 0.34% 0.82% -
XYZ 41.51 37.06 29.01 -
YUV 165.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 208 150 138 0 0.28 0.34 0.18 10.29 0.43 0.68
Hex D0 96 8A 0 1C 22 12 A 2B 44
Octal 320 226 212 0 34 42 22 12 53 104
Binary 11010000 10010110 10001010 0 11100 100010 10010 1010 101011 1000100

Color Harmonies of #D0968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0968A

Black with #D0968A

Text Example


Text Example

White with #D0968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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