Html Css Color HEX #D9968C Petite Orchid

📋 copy color: '#D9968C'

red 217 ◦ green 150 ◦ blue 140

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

Shades of Petite Orchid #D9968C

Tints of Petite Orchid #D9968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 42.8%
G = 29.59%
B = 27.61%

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

#D9968C (or 0xD9968C) is known color: Petite Orchid. HEX triplet: D9, 96 and 8C. RGB value is (217,150,140). Sum of RGB (Red+Green+Blue) = 217+150+140=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9968C is #266973. Grayscale: #A9A9A9. Windows color (decimal): -2517364 or 9213657. OLE color: 9213657.

HSL color Cylindrical-coordinate representation of color #D9968C: hue angle of 7.79º 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 #D9968C is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 140 -
CMYK 0 0.31 0.35 0.15
HSL 7.79º 0.5% 0.7% -
HSV(B) 7.79º 0.35% 0.85% -
XYZ 44.26 38.46 29.9 -
YUV 168.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 217 150 140 0 0.31 0.35 0.15 7.79 0.5 0.7
Hex D9 96 8C 0 1F 23 F 8 32 46
Octal 331 226 214 0 37 43 17 10 62 106
Binary 11011001 10010110 10001100 0 11111 100011 1111 1000 110010 1000110

Color Harmonies of #D9968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9968C

Black with #D9968C

Text Example


Text Example

White with #D9968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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