Html Css Color HEX #D6908E Petite Orchid

📋 copy color: '#D6908E'

red 214 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #D6908E

Tints of Petite Orchid #D6908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.8%

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 42.8%
G = 28.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6908E (or 0xD6908E) is known color: Petite Orchid. HEX triplet: D6, 90 and 8E. RGB value is (214,144,142). Sum of RGB (Red+Green+Blue) = 214+144+142=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6908E is #296F71. Grayscale: #A4A4A4. Windows color (decimal): -2715506 or 9343190. OLE color: 9343190.

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

Color convert

RGB 214 144 142 -
CMYK 0 0.33 0.34 0.16
HSL 1.67º 0.47% 0.7% -
HSV(B) 1.67º 0.34% 0.84% -
XYZ 42.59 36.2 30.33 -
YUV 164.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 214 144 142 0 0.33 0.34 0.16 1.67 0.47 0.7
Hex D6 90 8E 0 21 22 10 2 2F 46
Octal 326 220 216 0 41 42 20 2 57 106
Binary 11010110 10010000 10001110 0 100001 100010 10000 10 101111 1000110

Color Harmonies of #D6908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6908E

Black with #D6908E

Text Example


Text Example

White with #D6908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6908E; }

 p { color: rgb(214,144,142); }

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

background-color css

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

 a { background-color: rgb(214,144,142); }

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

border-color css

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

 span { border-color: rgb(214,144,142); }

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