Html Css Color HEX #D0968F Petite Orchid

📋 copy color: '#D0968F'

red 208 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #D0968F

Tints of Petite Orchid #D0968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 41.52%
G = 29.94%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0968F (or 0xD0968F) is known color: Petite Orchid. HEX triplet: D0, 96 and 8F. RGB value is (208,150,143). Sum of RGB (Red+Green+Blue) = 208+150+143=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0968F is #2F6970. Grayscale: #A6A6A6. Windows color (decimal): -3107185 or 9410256. OLE color: 9410256.

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

Color convert

RGB 208 150 143 -
CMYK 0 0.28 0.31 0.18
HSL 6.46º 0.41% 0.69% -
HSV(B) 6.46º 0.31% 0.82% -
XYZ 41.88 37.21 30.96 -
YUV 166.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 208 150 143 0 0.28 0.31 0.18 6.46 0.41 0.69
Hex D0 96 8F 0 1C 1F 12 6 29 45
Octal 320 226 217 0 34 37 22 6 51 105
Binary 11010000 10010110 10001111 0 11100 11111 10010 110 101001 1000101

Color Harmonies of #D0968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0968F

Black with #D0968F

Text Example


Text Example

White with #D0968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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