Html Css Color HEX #D6908C Petite Orchid

📋 copy color: '#D6908C'

red 214 ◦ green 144 ◦ blue 140

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

Shades of Petite Orchid #D6908C

Tints of Petite Orchid #D6908C

RGB

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

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

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

R = 42.97%
G = 28.92%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6908C (or 0xD6908C) is known color: Petite Orchid. HEX triplet: D6, 90 and 8C. RGB value is (214,144,140). Sum of RGB (Red+Green+Blue) = 214+144+140=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6908C is #296F73. Grayscale: #A4A4A4. Windows color (decimal): -2715508 or 9212118. OLE color: 9212118.

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

Color convert

RGB 214 144 140 -
CMYK 0 0.33 0.35 0.16
HSL 3.24º 0.47% 0.69% -
HSV(B) 3.24º 0.35% 0.84% -
XYZ 42.44 36.14 29.55 -
YUV 164.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 214 144 140 0 0.33 0.35 0.16 3.24 0.47 0.69
Hex D6 90 8C 0 21 23 10 3 2F 45
Octal 326 220 214 0 41 43 20 3 57 105
Binary 11010110 10010000 10001100 0 100001 100011 10000 11 101111 1000101

Color Harmonies of #D6908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6908C

Black with #D6908C

Text Example


Text Example

White with #D6908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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