Html Css Color HEX #D17BC8 Orchid

📋 copy color: '#D17BC8'

red 209 ◦ green 123 ◦ blue 200

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

Shades of Orchid #D17BC8

Tints of Orchid #D17BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.59%

R = 39.29%
G = 23.12%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D17BC8 (or 0xD17BC8) is known color: Orchid. HEX triplet: D1, 7B and C8. RGB value is (209,123,200). Sum of RGB (Red+Green+Blue) = 209+123+200=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BC8 is #2E8437. Grayscale: #9D9D9D. Windows color (decimal): -3048504 or 13138897. OLE color: 13138897.

HSL color Cylindrical-coordinate representation of color #D17BC8: hue angle of 306.28º 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 #D17BC8 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 123 200 -
CMYK 0 0.41 0.04 0.18
HSL 306.28º 0.48% 0.65% -
HSV(B) 306.28º 0.41% 0.82% -
XYZ 43.8 31.89 58.49 -
YUV 157.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 209 123 200 0 0.41 0.04 0.18 306.28 0.48 0.65
Hex D1 7B C8 0 29 4 12 132 30 41
Octal 321 173 310 0 51 4 22 462 60 101
Binary 11010001 1111011 11001000 0 101001 100 10010 100110010 110000 1000001

Color Harmonies of #D17BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17BC8

Black with #D17BC8

Text Example


Text Example

White with #D17BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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