Html Css Color HEX #D9968D Petite Orchid

📋 copy color: '#D9968D'

red 217 ◦ green 150 ◦ blue 141

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

Shades of Petite Orchid #D9968D

Tints of Petite Orchid #D9968D

RGB

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

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

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

R = 42.72%
G = 29.53%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9968D (or 0xD9968D) is known color: Petite Orchid. HEX triplet: D9, 96 and 8D. RGB value is (217,150,141). Sum of RGB (Red+Green+Blue) = 217+150+141=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9968D is #266972. Grayscale: #A9A9A9. Windows color (decimal): -2517363 or 9279193. OLE color: 9279193.

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

Color convert

RGB 217 150 141 -
CMYK 0 0.31 0.35 0.15
HSL 7.11º 0.5% 0.7% -
HSV(B) 7.11º 0.35% 0.85% -
XYZ 44.33 38.49 30.29 -
YUV 169.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 217 150 141 0 0.31 0.35 0.15 7.11 0.5 0.7
Hex D9 96 8D 0 1F 23 F 7 32 46
Octal 331 226 215 0 37 43 17 7 62 106
Binary 11011001 10010110 10001101 0 11111 100011 1111 111 110010 1000110

Color Harmonies of #D9968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9968D

Black with #D9968D

Text Example


Text Example

White with #D9968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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