Html Css Color HEX #D7908E Petite Orchid

📋 copy color: '#D7908E'

red 215 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #D7908E

Tints of Petite Orchid #D7908E

RGB

 RED value IS 215 (84.38% from 255) = 42.91%

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

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

R = 42.91%
G = 28.74%
B = 28.34%

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

#D7908E (or 0xD7908E) is known color: Petite Orchid. HEX triplet: D7, 90 and 8E. RGB value is (215,144,142). Sum of RGB (Red+Green+Blue) = 215+144+142=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7908E is #286F71. Grayscale: #A5A5A5. Windows color (decimal): -2649970 or 9343191. OLE color: 9343191.

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

Color convert

RGB 215 144 142 -
CMYK 0 0.33 0.34 0.16
HSL 1.64º 0.48% 0.7% -
HSV(B) 1.64º 0.34% 0.84% -
XYZ 42.88 36.35 30.35 -
YUV 165 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 215 144 142 0 0.33 0.34 0.16 1.64 0.48 0.7
Hex D7 90 8E 0 21 22 10 2 30 46
Octal 327 220 216 0 41 42 20 2 60 106
Binary 11010111 10010000 10001110 0 100001 100010 10000 10 110000 1000110

Color Harmonies of #D7908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7908E

Black with #D7908E

Text Example


Text Example

White with #D7908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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