Html Css Color HEX #D9968F Petite Orchid

📋 copy color: '#D9968F'

red 217 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #D9968F

Tints of Petite Orchid #D9968F

RGB

 RED value IS 217 (85.16% from 255) = 42.55%

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

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

R = 42.55%
G = 29.41%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9968F (or 0xD9968F) is known color: Petite Orchid. HEX triplet: D9, 96 and 8F. RGB value is (217,150,143). Sum of RGB (Red+Green+Blue) = 217+150+143=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9968F is #266970. Grayscale: #A9A9A9. Windows color (decimal): -2517361 or 9410265. OLE color: 9410265.

HSL color Cylindrical-coordinate representation of color #D9968F: hue angle of 5.68º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9968F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 143 -
CMYK 0 0.31 0.34 0.15
HSL 5.68º 0.49% 0.71% -
HSV(B) 5.68º 0.34% 0.85% -
XYZ 44.48 38.55 31.08 -
YUV 169.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 217 150 143 0 0.31 0.34 0.15 5.68 0.49 0.71
Hex D9 96 8F 0 1F 22 F 6 31 47
Octal 331 226 217 0 37 42 17 6 61 107
Binary 11011001 10010110 10001111 0 11111 100010 1111 110 110001 1000111

Color Harmonies of #D9968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9968F

Black with #D9968F

Text Example


Text Example

White with #D9968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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