Html Css Color HEX #D17BBB Orchid

📋 copy color: '#D17BBB'

red 209 ◦ green 123 ◦ blue 187

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

Shades of Orchid #D17BBB

Tints of Orchid #D17BBB

RGB

 RED value IS 209 (82.03% from 255) = 40.27%

 GREEN value IS 123 (48.44% from 255) = 23.7%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 40.27%
G = 23.7%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D17BBB (or 0xD17BBB) is known color: Orchid. HEX triplet: D1, 7B and BB. RGB value is (209,123,187). Sum of RGB (Red+Green+Blue) = 209+123+187=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BBB is #2E8444. Grayscale: #9B9B9B. Windows color (decimal): -3048517 or 12286929. OLE color: 12286929.

HSL color Cylindrical-coordinate representation of color #D17BBB: hue angle of 315.35º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17BBB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 123 187 -
CMYK 0 0.41 0.11 0.18
HSL 315.35º 0.48% 0.65% -
HSV(B) 315.35º 0.41% 0.82% -
XYZ 42.35 31.31 50.83 -
YUV 156.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 209 123 187 0 0.41 0.11 0.18 315.35 0.48 0.65
Hex D1 7B BB 0 29 B 12 13B 30 41
Octal 321 173 273 0 51 13 22 473 60 101
Binary 11010001 1111011 10111011 0 101001 1011 10010 100111011 110000 1000001

Color Harmonies of #D17BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17BBB

Black with #D17BBB

Text Example


Text Example

White with #D17BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17BBB; }

 p { color: rgb(209,123,187); }

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

background-color css

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

 a { background-color: rgb(209,123,187); }

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

border-color css

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

 span { border-color: rgb(209,123,187); }

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