Html Css Color HEX #D6918D Petite Orchid

📋 copy color: '#D6918D'

red 214 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #D6918D

Tints of Petite Orchid #D6918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

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

R = 42.8%
G = 29%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6918D (or 0xD6918D) is known color: Petite Orchid. HEX triplet: D6, 91 and 8D. RGB value is (214,145,141). Sum of RGB (Red+Green+Blue) = 214+145+141=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6918D is #296E72. Grayscale: #A5A5A5. Windows color (decimal): -2715251 or 9277910. OLE color: 9277910.

HSL color Cylindrical-coordinate representation of color #D6918D: hue angle of 3.29º 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 #D6918D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 141 -
CMYK 0 0.32 0.34 0.16
HSL 3.29º 0.47% 0.7% -
HSV(B) 3.29º 0.34% 0.84% -
XYZ 42.66 36.47 29.99 -
YUV 165.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 214 145 141 0 0.32 0.34 0.16 3.29 0.47 0.7
Hex D6 91 8D 0 20 22 10 3 2F 46
Octal 326 221 215 0 40 42 20 3 57 106
Binary 11010110 10010001 10001101 0 100000 100010 10000 11 101111 1000110

Color Harmonies of #D6918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6918D

Black with #D6918D

Text Example


Text Example

White with #D6918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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