Html Css Color HEX #D7908B Petite Orchid

📋 copy color: '#D7908B'

red 215 ◦ green 144 ◦ blue 139

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

Shades of Petite Orchid #D7908B

Tints of Petite Orchid #D7908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 43.17%
G = 28.92%
B = 27.91%

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

#D7908B (or 0xD7908B) is known color: Petite Orchid. HEX triplet: D7, 90 and 8B. RGB value is (215,144,139). Sum of RGB (Red+Green+Blue) = 215+144+139=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7908B is #286F74. Grayscale: #A4A4A4. Windows color (decimal): -2649973 or 9146583. OLE color: 9146583.

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

Color convert

RGB 215 144 139 -
CMYK 0 0.33 0.35 0.16
HSL 3.95º 0.49% 0.69% -
HSV(B) 3.95º 0.35% 0.84% -
XYZ 42.66 36.26 29.18 -
YUV 164.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 215 144 139 0 0.33 0.35 0.16 3.95 0.49 0.69
Hex D7 90 8B 0 21 23 10 4 31 45
Octal 327 220 213 0 41 43 20 4 61 105
Binary 11010111 10010000 10001011 0 100001 100011 10000 100 110001 1000101

Color Harmonies of #D7908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7908B

Black with #D7908B

Text Example


Text Example

White with #D7908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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