Html Css Color HEX #D6968D Petite Orchid

📋 copy color: '#D6968D'

red 214 ◦ green 150 ◦ blue 141

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

Shades of Petite Orchid #D6968D

Tints of Petite Orchid #D6968D

RGB

 RED value IS 214 (83.98% from 255) = 42.38%

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

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

R = 42.38%
G = 29.7%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6968D (or 0xD6968D) is known color: Petite Orchid. HEX triplet: D6, 96 and 8D. RGB value is (214,150,141). Sum of RGB (Red+Green+Blue) = 214+150+141=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6968D is #296972. Grayscale: #A8A8A8. Windows color (decimal): -2713971 or 9279190. OLE color: 9279190.

HSL color Cylindrical-coordinate representation of color #D6968D: hue angle of 7.4º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6968D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 141 -
CMYK 0 0.30 0.34 0.16
HSL 7.4º 0.47% 0.7% -
HSV(B) 7.4º 0.34% 0.84% -
XYZ 43.45 38.03 30.25 -
YUV 168.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 214 150 141 0 0.30 0.34 0.16 7.4 0.47 0.7
Hex D6 96 8D 0 1E 22 10 7 2F 46
Octal 326 226 215 0 36 42 20 7 57 106
Binary 11010110 10010110 10001101 0 11110 100010 10000 111 101111 1000110

Color Harmonies of #D6968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6968D

Black with #D6968D

Text Example


Text Example

White with #D6968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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