Html Css Color HEX #D17BC7 Orchid

📋 copy color: '#D17BC7'

red 209 ◦ green 123 ◦ blue 199

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

Shades of Orchid #D17BC7

Tints of Orchid #D17BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 39.36%
G = 23.16%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D17BC7 (or 0xD17BC7) is known color: Orchid. HEX triplet: D1, 7B and C7. RGB value is (209,123,199). Sum of RGB (Red+Green+Blue) = 209+123+199=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BC7 is #2E8438. Grayscale: #9D9D9D. Windows color (decimal): -3048505 or 13073361. OLE color: 13073361.

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

Color convert

RGB 209 123 199 -
CMYK 0 0.41 0.05 0.18
HSL 306.98º 0.48% 0.65% -
HSV(B) 306.98º 0.41% 0.82% -
XYZ 43.69 31.84 57.88 -
YUV 157.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 209 123 199 0 0.41 0.05 0.18 306.98 0.48 0.65
Hex D1 7B C7 0 29 5 12 133 30 41
Octal 321 173 307 0 51 5 22 463 60 101
Binary 11010001 1111011 11000111 0 101001 101 10010 100110011 110000 1000001

Color Harmonies of #D17BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17BC7

Black with #D17BC7

Text Example


Text Example

White with #D17BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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