Html Css Color HEX #D16BBE Orchid

📋 copy color: '#D16BBE'

red 209 ◦ green 107 ◦ blue 190

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

Shades of Orchid #D16BBE

Tints of Orchid #D16BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 41.3%
G = 21.15%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D16BBE (or 0xD16BBE) is known color: Orchid. HEX triplet: D1, 6B and BE. RGB value is (209,107,190). Sum of RGB (Red+Green+Blue) = 209+107+190=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BBE is #2E9441. Grayscale: #929292. Windows color (decimal): -3052610 or 12479441. OLE color: 12479441.

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

Color convert

RGB 209 107 190 -
CMYK 0 0.49 0.09 0.18
HSL 311.18º 0.53% 0.62% -
HSV(B) 311.18º 0.49% 0.82% -
XYZ 40.85 27.79 51.93 -
YUV 146.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 209 107 190 0 0.49 0.09 0.18 311.18 0.53 0.62
Hex D1 6B BE 0 31 9 12 137 35 3E
Octal 321 153 276 0 61 11 22 467 65 76
Binary 11010001 1101011 10111110 0 110001 1001 10010 100110111 110101 111110

Color Harmonies of #D16BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BBE

Black with #D16BBE

Text Example


Text Example

White with #D16BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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