Html Css Color HEX #D16BC5 Orchid

📋 copy color: '#D16BC5'

red 209 ◦ green 107 ◦ blue 197

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

Shades of Orchid #D16BC5

Tints of Orchid #D16BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 40.74%
G = 20.86%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D16BC5 (or 0xD16BC5) is known color: Orchid. HEX triplet: D1, 6B and C5. RGB value is (209,107,197). Sum of RGB (Red+Green+Blue) = 209+107+197=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BC5 is #2E943A. Grayscale: #939393. Windows color (decimal): -3052603 or 12938193. OLE color: 12938193.

HSL color Cylindrical-coordinate representation of color #D16BC5: hue angle of 307.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16BC5 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 107 197 -
CMYK 0 0.49 0.06 0.18
HSL 307.06º 0.53% 0.62% -
HSV(B) 307.06º 0.49% 0.82% -
XYZ 41.63 28.1 56.05 -
YUV 147.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 209 107 197 0 0.49 0.06 0.18 307.06 0.53 0.62
Hex D1 6B C5 0 31 6 12 133 35 3E
Octal 321 153 305 0 61 6 22 463 65 76
Binary 11010001 1101011 11000101 0 110001 110 10010 100110011 110101 111110

Color Harmonies of #D16BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BC5

Black with #D16BC5

Text Example


Text Example

White with #D16BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BC5; }

 p { color: rgb(209,107,197); }

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

background-color css

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

 a { background-color: rgb(209,107,197); }

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

border-color css

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

 span { border-color: rgb(209,107,197); }

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