Html Css Color HEX #D7908A Petite Orchid

📋 copy color: '#D7908A'

red 215 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #D7908A

Tints of Petite Orchid #D7908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 43.26%
G = 28.97%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7908A (or 0xD7908A) is known color: Petite Orchid. HEX triplet: D7, 90 and 8A. RGB value is (215,144,138). Sum of RGB (Red+Green+Blue) = 215+144+138=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7908A is #286F75. Grayscale: #A4A4A4. Windows color (decimal): -2649974 or 9081047. OLE color: 9081047.

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

Color convert

RGB 215 144 138 -
CMYK 0 0.33 0.36 0.16
HSL 4.68º 0.49% 0.69% -
HSV(B) 4.68º 0.36% 0.84% -
XYZ 42.59 36.23 28.79 -
YUV 164.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 215 144 138 0 0.33 0.36 0.16 4.68 0.49 0.69
Hex D7 90 8A 0 21 24 10 5 31 45
Octal 327 220 212 0 41 44 20 5 61 105
Binary 11010111 10010000 10001010 0 100001 100100 10000 101 110001 1000101

Color Harmonies of #D7908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7908A

Black with #D7908A

Text Example


Text Example

White with #D7908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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